Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r76038:4adc4dd995c6
Date: 2015-02-21 23:41 +0100
http://bitbucket.org/pypy/pypy/changeset/4adc4dd995c6/

Log:    print the command-line executed

diff --git a/pypy/module/pypystm/test_pypy_c/support.py 
b/pypy/module/pypystm/test_pypy_c/support.py
--- a/pypy/module/pypystm/test_pypy_c/support.py
+++ b/pypy/module/pypystm/test_pypy_c/support.py
@@ -109,6 +109,7 @@
         if not import_site:
             cmdline.append('-S')
         cmdline.append(str(self.filepath))
+        print '*', ' '.join(cmdline)
         env = os.environ.copy()
         env['PYPYSTM'] = str(self.stmfile)
         env['PYPYLOG'] = str(self.logfile)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to