Author: Armin Rigo <[email protected]>
Branch: static-callback-embedding
Changeset: r2527:91627f02d14f
Date: 2016-01-04 18:59 +0000
http://bitbucket.org/cffi/cffi/changeset/91627f02d14f/
Log: Write a line when we run the final executable too
diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py
--- a/testing/embedding/test_basic.py
+++ b/testing/embedding/test_basic.py
@@ -60,6 +60,7 @@
path = self.get_path()
env = os.environ.copy()
env['PYTHONPATH'] = os.path.dirname(os.path.dirname(local_dir))
+ print 'running %r in %r' % (name, path)
popen = subprocess.Popen([name], cwd=path, env=env,
stdout=subprocess.PIPE)
result = popen.stdout.read()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit