summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
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"]