mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 05:16:10 +01:00
Tiny fix for testBazelReporter.py
This commit is contained in:
parent
9d08689845
commit
38d926090a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user