qa failed in process on WIN

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

qa failed in process on WIN

Post 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.
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

Locked