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 c24fc59 commit f416572Copy full SHA for f416572
test/run_test.py
@@ -1023,6 +1023,11 @@ def handle_log_file(
1023
if re.search("Running .* items in this shard:", line):
1024
print_to_stderr(line.rstrip())
1025
print_to_stderr("")
1026
+
1027
+ # Temporary dumping the log file into stderr for QA reference
1028
+ print_to_stderr(f"\n START of temporary dumping of {test} execution log file from ({file_path})")
1029
+ print_to_stderr(full_text)
1030
+ print_to_stderr(f"END of temporary dumping of {test} execution log file form ({file_path})\n")
1031
return
1032
1033
# otherwise: print entire file
0 commit comments