summaryrefslogtreecommitdiffstats
path: root/test/runtest/print_time.py
diff options
context:
space:
mode:
authordirkbaechle <devnull@localhost>2012-08-03 21:45:05 (GMT)
committerdirkbaechle <devnull@localhost>2012-08-03 21:45:05 (GMT)
commit7356cfca325dbd31d7817d374b70158dc76f9a35 (patch)
treea06aec636934dd57fc3f2d1fe48dc01f91a4f946 /test/runtest/print_time.py
parent4d8c8379e1d4c7860a1c1d29b7302b394c920844 (diff)
downloadSCons-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/print_time.py')
-rw-r--r--test/runtest/print_time.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest/print_time.py b/test/runtest/print_time.py
index e068447..dfce273 100644
--- a/test/runtest/print_time.py
+++ b/test/runtest/print_time.py
@@ -75,7 +75,7 @@ NO RESULT TEST STDERR
PASSING TEST STDERR
"""
-test.run(arguments='-t test',
+test.run(arguments='-j -t test',
status=1,
stdout=expect_stdout,
stderr=expect_stderr)