Author: David Schneider <[email protected]>
Branch:
Changeset: r63866:f9afe3b56890
Date: 2013-05-05 21:19 +0200
http://bitbucket.org/pypy/pypy/changeset/f9afe3b56890/
Log: collect subdirectories of test directories
diff --git a/testrunner/runner.py b/testrunner/runner.py
--- a/testrunner/runner.py
+++ b/testrunner/runner.py
@@ -329,7 +329,7 @@
self.collect_one_testdir(testdirs, reldir,
[self.reltoroot(t) for t in entries
if self.is_test_py_file(t)])
- return
+ break
for p1 in entries:
if p1.check(dir=1, link=0):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit