File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1108,6 +1108,9 @@ def test_suite(argv):
1108
1108
#----------------------------------------------------------------------
1109
1109
# move the output files into the web directory
1110
1110
#----------------------------------------------------------------------
1111
+ # were any Backtrace files output (indicating a crash)
1112
+ suite .copy_backtrace (test )
1113
+
1111
1114
if test .return_code == 0 and args .make_benchmarks is None :
1112
1115
shutil .copy (test .outfile , suite .full_web_dir )
1113
1116
if os .path .isfile (test .errfile ):
@@ -1156,9 +1159,6 @@ def test_suite(argv):
1156
1159
# analysis was not successful. Reset the output image
1157
1160
test .analysisOutputImage = ""
1158
1161
1159
- # were any Backtrace files output (indicating a crash)
1160
- suite .copy_backtrace (test )
1161
-
1162
1162
elif test .return_code == 0 :
1163
1163
if test .doComparison :
1164
1164
shutil .copy (f"{ test .name } .status" , suite .full_web_dir )
You can’t perform that action at this time.
0 commit comments