mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
show cmd in runjsontests.py
This commit is contained in:
parent
26c52861b9
commit
ac6bbbc739
@ -14,6 +14,7 @@ def getStatusOutput(cmd):
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user