From cefbcb4089e5c1bca7294f6f226a73e0fc9ceb77 Mon Sep 17 00:00:00 2001 From: Jeremy Retailleau Date: Sat, 4 Nov 2023 14:52:56 -0700 Subject: [PATCH] Increase verbosity for debugging --- testsuite/docs-examples-cpp/run.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testsuite/docs-examples-cpp/run.py b/testsuite/docs-examples-cpp/run.py index e4db4a64fb..7d2d73c815 100755 --- a/testsuite/docs-examples-cpp/run.py +++ b/testsuite/docs-examples-cpp/run.py @@ -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.