summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-10-02 17:17:00 -0230
committerMatthew Newhook <matthew@zeroc.com>2009-10-02 17:17:00 -0230
commitd648a93c70abfb3fde7f25648d3315444e83a7de (patch)
treea50e650039d58918d13427159013fa422b997d25 /scripts/TestUtil.py
parentMerge branch 'makefile' (diff)
downloadice-d648a93c70abfb3fde7f25648d3315444e83a7de.tar.bz2
ice-d648a93c70abfb3fde7f25648d3315444e83a7de.tar.xz
ice-d648a93c70abfb3fde7f25648d3315444e83a7de.zip
fix to TestUtil.py
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
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"]