Skip to content

Commit

Permalink
Tiny fix for testBazelReporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Oct 20, 2022
1 parent 9d08689 commit 38d9260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestScripts/testBazelReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
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
Expand Down

0 comments on commit 38d9260

Please sign in to comment.