diff options
author | mattip <matti.picus@gmail.com> | 2014-06-12 20:20:39 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2014-06-12 20:20:39 +0300 |
commit | e95180e8969b8df7032eeabea35614c65d062ffc (patch) | |
tree | 13483c24d22237512d8b960ba7f81a8c82ce26fe /testrunner | |
parent | whoops on parallel_runs of tests (diff) | |
download | pypy-e95180e8969b8df7032eeabea35614c65d062ffc.tar.gz pypy-e95180e8969b8df7032eeabea35614c65d062ffc.tar.bz2 pypy-e95180e8969b8df7032eeabea35614c65d062ffc.zip |
typo
Diffstat (limited to 'testrunner')
-rw-r--r-- | testrunner/runner.py | 2 |
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: |