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 6bd1ef8 commit acff1c1Copy full SHA for acff1c1
test/run_test.py
@@ -952,6 +952,11 @@ def handle_log_file(
952
if re.search("Running .* items in this shard:", line):
953
print_to_stderr(line.rstrip())
954
print_to_stderr("")
955
+
956
+ # Temporary dumping the log file into stderr for QA reference
957
+ print_to_stderr(f"\n START of temporary dumping of {test} execution log file from ({file_path})")
958
+ print_to_stderr(full_text)
959
+ print_to_stderr(f"END of temporary dumping of {test} execution log file form ({file_path})\n")
960
return
961
962
# otherwise: print entire file
0 commit comments