mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Tiny fix for testBazelReporter.py
This commit is contained in:
		| @@ -57,10 +57,10 @@ except subprocess.SubprocessError as ex: | ||||
|         test_passing = False | ||||
|         stdout = ex.stdout | ||||
|     else: | ||||
|         print('Could not run "{}"'.format(args)) | ||||
|         print('Could not run "{}"'.format(bin_path)) | ||||
|         print("Return code: {}".format(ex.returncode)) | ||||
|         print("stdout: {}".format(ex.stdout)) | ||||
|         print("stderr: {}".format(ex.stdout)) | ||||
|         print("stderr: {}".format(ex.stderr)) | ||||
|         raise | ||||
|  | ||||
| # Check for valid XML output | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský