[pypy-commit] pypy default: typo

mattip noreply at buildbot.pypy.org
Thu Jun 12 23:58:14 CEST 2014


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r72036:56d1c343a38c
Date: 2014-06-12 20:20 +0300
http://bitbucket.org/pypy/pypy/changeset/56d1c343a38c/

Log:	typo

diff --git a/testrunner/runner.py b/testrunner/runner.py
--- a/testrunner/runner.py
+++ b/testrunner/runner.py
@@ -234,7 +234,7 @@
 
     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:


More information about the pypy-commit mailing list