commit | ac6bbbc7392293fec3721b1cec1df2f846b9aa11 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Tue Jan 20 11:36:05 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Fri Jan 23 13:36:10 2015 -0600 |
tree | 87c42986688c53e79709cb907758cc0c75776b42 | |
parent | 26c52861b9e5d73eb20c9db2e0952c0e7cdd57b7 [diff] |
show cmd in runjsontests.py
diff --git a/test/runjsontests.py b/test/runjsontests.py index ffe033f..5230965 100644 --- a/test/runjsontests.py +++ b/test/runjsontests.py
@@ -14,6 +14,7 @@ Return int, unicode (for both Python 2 and 3). Note: os.popen().close() would return None for 0. """ + print(cmd, file=sys.stderr) pipe = os.popen(cmd) process_output = pipe.read() try: