After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 359919 - Changes needed to the Orca Test Harness.
Changes needed to the Orca Test Harness.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
1.0.x
Other All
: Normal minor
: ---
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-05 15:59 UTC by Rich Burridge
Modified: 2006-10-09 09:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Patch to fix the problem. (4.14 KB, patch)
2006-10-09 09:57 UTC, Rich Burridge
none Details | Review

Description Rich Burridge 2006-10-05 15:59:23 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.
Comment 1 Rich Burridge 2006-10-09 09:57:26 UTC
Created attachment 74338 [details] [review]
Patch to fix the problem.
Comment 2 Rich Burridge 2006-10-09 09:59:09 UTC
Changes checked into CVS HEAD. Closing as FIXED.