diff options
Diffstat (limited to 'test/SConscript.py')
-rw-r--r-- | test/SConscript.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/SConscript.py b/test/SConscript.py index d1e6b6a..6f87a9a 100644 --- a/test/SConscript.py +++ b/test/SConscript.py @@ -208,6 +208,8 @@ Return("result") wpath = test.workpath() -test.run(stdout = "SConstruct %s\nSConscript %s\n" % (wpath, wpath)) +test.run(arguments = ".", + stdout = 'SConstruct %s\nSConscript %s\nscons: "." is up to date.\n' % (wpath, wpath)) + test.pass_test() |