summaryrefslogtreecommitdiff
path: root/test/Decider/MD5-winonly-firstbuild.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-03-03 10:29:52 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2019-03-03 10:29:52 -0500
commita6849f5629cbcc5a1c8693f398b9641cbc92208f (patch)
tree6a54f6dd251587ca266cfc8d4539b4822993a800 /test/Decider/MD5-winonly-firstbuild.py
parent5eb289aa0fa94582e6d688feaa5cb2b373a7056c (diff)
downloadscons-git-a6849f5629cbcc5a1c8693f398b9641cbc92208f.tar.gz
fix typo in skip_test
Diffstat (limited to 'test/Decider/MD5-winonly-firstbuild.py')
-rw-r--r--test/Decider/MD5-winonly-firstbuild.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Decider/MD5-winonly-firstbuild.py b/test/Decider/MD5-winonly-firstbuild.py
index 4047ea8c9..1e1b51e61 100644
--- a/test/Decider/MD5-winonly-firstbuild.py
+++ b/test/Decider/MD5-winonly-firstbuild.py
@@ -43,9 +43,9 @@ if IS_WINDOWS:
lex = test.where_is('flex') or test.where_is('lex') or test.where_is('win_flex')
# print("Lex:%s yacc:%s"%(lex,yacc))
if not yacc or not lex:
- test.skip("On windows but no flex/lex/win_flex and yacc/bison/win_bison required for test")
+ test.skip_test("On windows but no flex/lex/win_flex and yacc/bison/win_bison required for test")
else:
- test.skip("Windows only test")
+ test.skip_test("Windows only test")
test.dir_fixture('MD5-winonly-fixture')