diff options
Diffstat (limited to 'test/SConscript.py')
-rw-r--r-- | test/SConscript.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SConscript.py b/test/SConscript.py index 10898f3..7cb55d5 100644 --- a/test/SConscript.py +++ b/test/SConscript.py @@ -20,7 +20,6 @@ print "SConscript " + os.getcwd() wpath = test.workpath() -test.run(chdir = '.') -test.fail_test(test.stdout() != ("SConstruct %s\nSConscript %s\n" % (wpath, wpath))) +test.run(stdout = "SConstruct %s\nSConscript %s\n" % (wpath, wpath)) test.pass_test() |