diff options
| author | Russel Winder <russel@winder.org.uk> | 2012-08-29 20:00:36 (GMT) |
|---|---|---|
| committer | Russel Winder <russel@winder.org.uk> | 2012-08-29 20:00:36 (GMT) |
| commit | 8d266ff2aa3fb3dbb989d2a5c39e8769b0e989f8 (patch) | |
| tree | 92584f7bce2320c60a9792907c8c08a6dde1780f /test/runtest/python.py | |
| parent | 86ad443acfa0e3b3588fb3bc30770b3ed58c10fb (diff) | |
| parent | a54670d821ac18abc3880ef9ca03c2f84edd5ae6 (diff) | |
| download | SCons-8d266ff2aa3fb3dbb989d2a5c39e8769b0e989f8.zip SCons-8d266ff2aa3fb3dbb989d2a5c39e8769b0e989f8.tar.gz SCons-8d266ff2aa3fb3dbb989d2a5c39e8769b0e989f8.tar.bz2 | |
Merge in the mainline.
Diffstat (limited to 'test/runtest/python.py')
| -rw-r--r-- | test/runtest/python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/python.py b/test/runtest/python.py index 5c2f737..d406be4 100644 --- a/test/runtest/python.py +++ b/test/runtest/python.py @@ -66,7 +66,7 @@ expect_stderr = """\ PASSING TEST STDERR """ -test.run(arguments=['-P', mypython, 'test'], +test.run(arguments=['-k','-P', mypython, 'test'], stdout=expect_stdout, stderr=expect_stderr) |
