[pypy-svn] r54795 - pypy/build/bot

exarkun at codespeak.net exarkun at codespeak.net
Fri May 16 18:14:49 CEST 2008


Author: exarkun
Date: Fri May 16 18:14:49 2008
New Revision: 54795

Modified:
   pypy/build/bot/per-directory-py-test.py
Log:
Perhaps this will help

Modified: pypy/build/bot/per-directory-py-test.py
==============================================================================
--- pypy/build/bot/per-directory-py-test.py	(original)
+++ pypy/build/bot/per-directory-py-test.py	Fri May 16 18:14:49 2008
@@ -8,7 +8,6 @@
     for rootDir, dirs, files in os.walk(rootDir):
         if "test" in dirs:
             testDir = os.path.join(rootDir, "test")
-            command.append(testDir)
             subprocess.call(command + [testDir])
 
 def main():



More information about the Pypy-commit mailing list