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 b94be16 commit 4e3b69aCopy full SHA for 4e3b69a
test/run_test.py
@@ -1132,6 +1132,11 @@ def handle_log_file(
1132
if re.search("Running .* items in this shard:", line):
1133
print_to_stderr(line.rstrip())
1134
print_to_stderr("")
1135
+
1136
+ # Temporary dumping the log file into stderr for QA reference
1137
+ print_to_stderr(f"\n START of temporary dumping of {test} execution log file from ({file_path})")
1138
+ print_to_stderr(full_text)
1139
+ print_to_stderr(f"END of temporary dumping of {test} execution log file form ({file_path})\n")
1140
return
1141
1142
# otherwise: print entire file
0 commit comments