GNOME Bugzilla – Bug 359919
Changes needed to the Orca Test Harness.
Last modified: 2006-10-09 09:59:09 UTC
Adjust the runall script to check to see if the application exists. If it does, then supply that as a $2 parameter to the runone.sh command. If it doesn't exist see if the name is in a list of system types that we care about (currently "SunOS" and "Linux"). If it is, then compare the directory name against the result of running `uname`. If they match, then run the scripts in that directory. If they don't match, ignore that directory. If it isn't, then don't supply a $2 parameter to the runone.sh command.
Created attachment 74338 [details] [review] Patch to fix the problem.
Changes checked into CVS HEAD. Closing as FIXED.