diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-10-02 17:17:00 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-10-02 17:17:00 -0230 |
commit | d648a93c70abfb3fde7f25648d3315444e83a7de (patch) | |
tree | a50e650039d58918d13427159013fa422b997d25 /scripts/TestUtil.py | |
parent | Merge branch 'makefile' (diff) | |
download | ice-d648a93c70abfb3fde7f25648d3315444e83a7de.tar.bz2 ice-d648a93c70abfb3fde7f25648d3315444e83a7de.tar.xz ice-d648a93c70abfb3fde7f25648d3315444e83a7de.zip |
fix to TestUtil.py
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 c0641a546fa..2f68f327e38 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -74,7 +74,7 @@ def isLinux(): def isNoServices(): if not isWin32(): - return false + return False compiler = "" if os.environ.get("CPP_COMPILER", "") != "": compiler = os.environ["CPP_COMPILER"] |