diff options
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 |