Skip to content

Commit

Permalink
Increase verbosity for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
buddly27 committed Nov 5, 2023
1 parent 05bc7ab commit cefbcb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testsuite/docs-examples-cpp/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@
"texture.exr"
]
for file in hashes:
command += info_command(file, verbose=False)
if file == "rotate-45.exr":
command += info_command(file, verbose=True, extraargs="--dumpdata")
else:
command += info_command(file, verbose=False)

# outputs should contain all the images that need to be checked directly
# and need the images checked into the ref directory.
Expand Down

0 comments on commit cefbcb4

Please sign in to comment.