Skip to content

Commit

Permalink
better diagnostics in exrmetrics test
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
  • Loading branch information
peterhillman committed Jun 18, 2024
1 parent be790b3 commit 1c884d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/bin/test_exrmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def cleanup():
result = run (command, stdout=PIPE, stderr=PIPE, universal_newlines=True)
print(" ".join(result.args))
print(result.stdout)
print(result.stderr)
assert(result.returncode == 0), "\n"+result.stderr
assert(os.path.isfile(outimage)), "\nMissing " + outimage

Expand Down

0 comments on commit 1c884d4

Please sign in to comment.