Tiny fix for testBazelReporter.py

This commit is contained in:
Martin Hořeňovský 2022-10-19 21:42:37 +02:00
parent 9d08689845
commit 38d926090a
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 2 deletions

View File

@ -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