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 f919b4b commit 92e23cdCopy full SHA for 92e23cd
test/run_test.py
@@ -1355,6 +1355,11 @@ def handle_log_file(
1355
if re.search("Running .* items in this shard:", line):
1356
print_to_stderr(line.rstrip())
1357
print_to_stderr("")
1358
+
1359
+ # Temporary dumping the log file into stderr for QA reference
1360
+ print_to_stderr(f"\n START of temporary dumping of {test} execution log file from ({file_path})")
1361
+ print_to_stderr(full_text)
1362
+ print_to_stderr(f"END of temporary dumping of {test} execution log file form ({file_path})\n")
1363
return
1364
1365
# otherwise: print entire file
0 commit comments