qa failed in process on WIN

Started by HPW, August 24, 2004, 01:18:47 AM

Previous topic - Next topic

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:


Quote
> (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

#1
'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