mirror of
				https://github.com/open-source-parsers/jsoncpp.git
				synced 2025-11-04 12:17:36 +01:00 
			
		
		
		
	show cmd in runjsontests.py
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user