[pypy-svn] r78101 - pypy/branch/fast-forward/pypy

afa at codespeak.net afa at codespeak.net
Wed Oct 20 00:10:19 CEST 2010


Author: afa
Date: Wed Oct 20 00:10:18 2010
New Revision: 78101

Modified:
   pypy/branch/fast-forward/pypy/testrunner_cfg.py
Log:
It worked!


Modified: pypy/branch/fast-forward/pypy/testrunner_cfg.py
==============================================================================
--- pypy/branch/fast-forward/pypy/testrunner_cfg.py	(original)
+++ pypy/branch/fast-forward/pypy/testrunner_cfg.py	Wed Oct 20 00:10:18 2010
@@ -1,8 +1,6 @@
 # nightly test configuration for the paraller runner
 import os
 
-os.system('killall pypy-c')
-
 def collect_one_testdir(testdirs, reldir, tests):
     if (reldir.startswith('translator/c/') or 
         reldir.startswith('translator/jvm/') or



More information about the Pypy-commit mailing list