aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2014-06-12 20:20:39 +0300
committermattip <matti.picus@gmail.com>2014-06-12 20:20:39 +0300
commite95180e8969b8df7032eeabea35614c65d062ffc (patch)
tree13483c24d22237512d8b960ba7f81a8c82ce26fe /testrunner
parentwhoops on parallel_runs of tests (diff)
downloadpypy-e95180e8969b8df7032eeabea35614c65d062ffc.tar.gz
pypy-e95180e8969b8df7032eeabea35614c65d062ffc.tar.bz2
pypy-e95180e8969b8df7032eeabea35614c65d062ffc.zip
typo
Diffstat (limited to 'testrunner')
-rw-r--r--testrunner/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/runner.py b/testrunner/runner.py
index ef04b2be2e..6793f9ad31 100644
--- a/testrunner/runner.py
+++ b/testrunner/runner.py
@@ -234,7 +234,7 @@ def execute_tests(run_param, testdirs, logfile, out):
N = run_param.parallel_runs
if N > 1:
- out.write("running %d parallel test workers" % N)
+ out.write("running %d parallel test workers\n" % N)
failure = False
for testname in testdirs: