[pypy-svn] pypy default: simplifying debugging
hakanardo
commits-noreply at bitbucket.org
Sun Mar 13 12:03:14 CET 2011
Author: Hakan Ardo <hakan at debian.org>
Branch:
Changeset: r42553:b4860497f310
Date: 2011-03-13 11:00 +0100
http://bitbucket.org/pypy/pypy/changeset/b4860497f310/
Log: simplifying debugging
diff --git a/pypy/module/pypyjit/test_pypy_c/test_model.py b/pypy/module/pypyjit/test_pypy_c/test_model.py
--- a/pypy/module/pypyjit/test_pypy_c/test_model.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_model.py
@@ -40,7 +40,9 @@
cmdline += ['--jit', '%s=%s' % (key, value)]
cmdline.append(str(self.filepath))
#
+ print cmdline, logfile
env={'PYPYLOG': 'jit-log-opt,jit-summary:' + str(logfile)}
+ #env={'PYPYLOG': ':' + str(logfile)}
pipe = subprocess.Popen(cmdline,
env=env,
stdout=subprocess.PIPE,
More information about the Pypy-commit
mailing list