We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434ee5d commit 34d4129Copy full SHA for 34d4129
test/run_test.py
@@ -946,6 +946,11 @@ def handle_log_file(
946
if re.search("Running .* items in this shard:", line):
947
print_to_stderr(line.rstrip())
948
print_to_stderr("")
949
+
950
+ # Temporary dumping the log file into stderr for QA reference
951
+ print_to_stderr(f"\n START of temporary dumping of {test} execution log file from ({file_path})")
952
+ print_to_stderr(full_text)
953
+ print_to_stderr(f"END of temporary dumping of {test} execution log file form ({file_path})\n")
954
return
955
956
# otherwise: print entire file
0 commit comments