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