[pypy-svn] r66087 - pypy/build/testrunner
arigo at codespeak.net
arigo at codespeak.net
Tue Jun 30 21:01:45 CEST 2009
Author: arigo
Date: Tue Jun 30 21:01:42 2009
New Revision: 66087
Modified:
pypy/build/testrunner/runner.py
Log:
Slightly clearer this way.
Modified: pypy/build/testrunner/runner.py
==============================================================================
--- pypy/build/testrunner/runner.py (original)
+++ pypy/build/testrunner/runner.py Tue Jun 30 21:01:42 2009
@@ -186,7 +186,7 @@
for testname in testdirs:
out.write("-- %s\n" % testname)
- out.write("-- %d to run\n" % len(testdirs))
+ out.write("-- total: %d to run\n" % len(testdirs))
result_queue = start_workers(N, run_param, testdirs)
More information about the Pypy-commit
mailing list