Author: Hakan Ardo <[email protected]>
Branch: jit-targets
Changeset: r50339:b63f055c491d
Date: 2011-12-10 12:05 +0100
http://bitbucket.org/pypy/pypy/changeset/b63f055c491d/
Log: at bit more logging
diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py
b/pypy/module/pypyjit/test_pypy_c/test_00_model.py
--- a/pypy/module/pypyjit/test_pypy_c/test_00_model.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_00_model.py
@@ -50,7 +50,7 @@
cmdline.append(str(self.filepath))
#
print cmdline, logfile
- env={'PYPYLOG': 'jit-log-opt,jit-log-noopt,jit-summary:' +
str(logfile)}
+ env={'PYPYLOG':
'jit-log-opt,jit-log-noopt,jit-log-virtualstate,jit-summary:' + str(logfile)}
pipe = subprocess.Popen(cmdline,
env=env,
stdout=subprocess.PIPE,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit