summaryrefslogtreecommitdiffstats
path: root/test/Platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Platform.py')
-rw-r--r--test/Platform.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Platform.py b/test/Platform.py
index 6eaa5dc..c2a113a 100644
--- a/test/Platform.py
+++ b/test/Platform.py
@@ -61,9 +61,10 @@ expect = """'.exe'
'.lib'
'.a'
'.lib'
+scons: "." is up to date.
"""
-test.run(stdout = expect)
+test.run(arguments = ".", stdout = expect)
test.pass_test()