Author: mattip <[email protected]>
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:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit