diff options
author | Benoit Foucher <benoit@zeroc.com> | 2010-05-18 10:08:09 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2010-05-18 10:08:09 +0200 |
commit | 83f9c0b9a5fdec2b8dd0598acb87a8da753b8bef (patch) | |
tree | a2ed433eeceed580c10a5f64106ee132fa2d3f55 /scripts/TestUtil.py | |
parent | Fixed bugs #3573 and #4730 - Freeze log auto remove broken (diff) | |
download | ice-83f9c0b9a5fdec2b8dd0598acb87a8da753b8bef.tar.bz2 ice-83f9c0b9a5fdec2b8dd0598acb87a8da753b8bef.tar.xz ice-83f9c0b9a5fdec2b8dd0598acb87a8da753b8bef.zip |
Fixed bug 4751 - fixed typo in TestUtil.py and in priority test source code
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 559c1797664..5df5b66bd4b 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1526,7 +1526,7 @@ def runTests(start, expanded, num = 0, script = False): print "%s*** test not supported under Vista%s" % (prefix, suffix) continue - if isDarwin() and "nodarwing" in config: + if isDarwin() and "nodarwin" in config: print "%s*** test not supported under Darwin%s" % (prefix, suffix) continue |