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 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"] |