summaryrefslogtreecommitdiff
path: root/test/Configure
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2021-07-20 14:34:56 -0500
committerDaniel Moody <dmoody256@gmail.com>2021-07-20 14:34:56 -0500
commitddce6091aae19f3405e718a981c6e50ac9a824c7 (patch)
tree356a4fb7520c9979f4f98fad92142438f545053b /test/Configure
parent051d06b45c0628bfaf391ab7a4ee91c1424a1aeb (diff)
downloadscons-git-ddce6091aae19f3405e718a981c6e50ac9a824c7.tar.gz
fixed sider complaint
Diffstat (limited to 'test/Configure')
-rw-r--r--test/Configure/is_conftest/is_conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Configure/is_conftest/is_conftest.py b/test/Configure/is_conftest/is_conftest.py
index 58dbdfeac..e1f49de51 100644
--- a/test/Configure/is_conftest/is_conftest.py
+++ b/test/Configure/is_conftest/is_conftest.py
@@ -37,7 +37,7 @@ test.file_fixture('./fixture/SConstruct')
test.run('-Q --silent')
if "FAIL" in test.stdout():
- test.fail_test()
+ test.fail_test()
test.pass_test()