[pypy-commit] pypy default: collect subdirectories of test directories

bivab noreply at buildbot.pypy.org
Sun May 5 21:19:55 CEST 2013


Author: David Schneider <david.schneider at picle.org>
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):


More information about the pypy-commit mailing list