mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26: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
|
test_passing = False
|
||||||
stdout = ex.stdout
|
stdout = ex.stdout
|
||||||
else:
|
else:
|
||||||
print('Could not run "{}"'.format(args))
|
print('Could not run "{}"'.format(bin_path))
|
||||||
print("Return code: {}".format(ex.returncode))
|
print("Return code: {}".format(ex.returncode))
|
||||||
print("stdout: {}".format(ex.stdout))
|
print("stdout: {}".format(ex.stdout))
|
||||||
print("stderr: {}".format(ex.stdout))
|
print("stderr: {}".format(ex.stderr))
|
||||||
raise
|
raise
|
||||||
|
|
||||||
# Check for valid XML output
|
# Check for valid XML output
|
||||||
|
Loading…
Reference in New Issue
Block a user