Page 1 of 1

qa failed in process on WIN

Posted: Tue Aug 24, 2004 8:18 am
by HPW
After testing with qa on WIN2K (where everything works) I launched
the qa on WIN XP. There it fail with:

testing-> process>>> process failed

Testing the code shows:
> (process "ls")
nil
On WIN2K I have the UnxUtils installed.
They comes with the ls-command.

So maybe qa-test should be more platform-specific.

Posted: Tue Aug 24, 2004 12:19 pm
by Lutz
'ls' may be shell command on your Unix Utilities, not a seperate program, or perhaps you have to give a full path to ls. I always test the Win32 version in a CYGWIN installation.

The next version of QA will run also in a DOS command shell.

Lutz