diff options
author | dirkbaechle <devnull@localhost> | 2012-08-03 21:45:05 (GMT) |
---|---|---|
committer | dirkbaechle <devnull@localhost> | 2012-08-03 21:45:05 (GMT) |
commit | 7356cfca325dbd31d7817d374b70158dc76f9a35 (patch) | |
tree | a06aec636934dd57fc3f2d1fe48dc01f91a4f946 /test/runtest/aegis/batch-output.py | |
parent | 4d8c8379e1d4c7860a1c1d29b7302b394c920844 (diff) | |
download | SCons-7356cfca325dbd31d7817d374b70158dc76f9a35.zip SCons-7356cfca325dbd31d7817d374b70158dc76f9a35.tar.gz SCons-7356cfca325dbd31d7817d374b70158dc76f9a35.tar.bz2 |
- fixed usage of subprocess module in runtest.py
- fixed tests in test/runtest (needed -j option for suppressing the count/percent messages)
Diffstat (limited to 'test/runtest/aegis/batch-output.py')
-rw-r--r-- | test/runtest/aegis/batch-output.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/aegis/batch-output.py b/test/runtest/aegis/batch-output.py index 68bd166..e29183d 100644 --- a/test/runtest/aegis/batch-output.py +++ b/test/runtest/aegis/batch-output.py @@ -52,7 +52,7 @@ NO RESULT TEST STDERR PASSING TEST STDERR """ -test.run(arguments = '-o aegis.out --aegis test', stderr=expect_stderr) +test.run(arguments = '-j -o aegis.out --aegis test', stderr=expect_stderr) expect = """\ test_result = [ |