newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: HPW on August 24, 2004, 01:18:47 AM

Title: qa failed in process on WIN
Post by: HPW on August 24, 2004, 01:18:47 AM
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.
Title:
Post by: Lutz on August 24, 2004, 05:19:52 AM
'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