File tree 13 files changed +0
-30
lines changed
13 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 75
75
echo -e " \n***\n*** Argument validation test PASSED. \n***"
76
76
fi
77
77
78
- collect_artifacts_from_subdir
79
-
80
78
exit $RET
Original file line number Diff line number Diff line change 411
411
echo -e " \n***\n*** BLS test PASSED. \n***"
412
412
fi
413
413
414
- collect_artifacts_from_subdir
415
-
416
414
exit $RET
Original file line number Diff line number Diff line change 82
82
echo -e " \n***\n*** Custom Metrics test PASSED. \n***"
83
83
fi
84
84
85
- collect_artifacts_from_subdir
86
-
87
85
exit $RET
Original file line number Diff line number Diff line change 123
123
echo -e " \n***\n*** Decoupled test PASSED. \n***"
124
124
fi
125
125
126
- collect_artifacts_from_subdir
127
-
128
126
exit $RET
Original file line number Diff line number Diff line change 109
109
echo -e " \n***\n*** Ensemble test PASSED. \n***"
110
110
fi
111
111
112
- collect_artifacts_from_subdir
113
-
114
112
exit $RET
Original file line number Diff line number Diff line change 315
315
echo -e " \n***\n*** Env Manager Test FAILED.\n***"
316
316
fi
317
317
318
- collect_artifacts_from_subdir
319
-
320
318
exit $RET
Original file line number Diff line number Diff line change 450
450
echo -e " \n***\n*** Example verification test FAILED.\n***"
451
451
fi
452
452
453
- collect_artifacts_from_subdir
454
-
455
453
exit $RET
Original file line number Diff line number Diff line change 172
172
echo -e " \n***\n*** IO test FAILED.\n***"
173
173
fi
174
174
175
- collect_artifacts_from_subdir
176
-
177
175
exit $RET
Original file line number Diff line number Diff line change 213
213
echo -e " \n***\n*** Lifecycle test PASSED. \n***"
214
214
fi
215
215
216
- collect_artifacts_from_subdir
217
-
218
216
exit $RET
Original file line number Diff line number Diff line change 228
228
echo -e " \n***\n*** Logging test FAILED. \n***"
229
229
fi
230
230
231
- collect_artifacts_from_subdir
232
-
233
231
exit $RET
Original file line number Diff line number Diff line change 78
78
echo -e " \n***\n*** model_control_test PASSED. \n***"
79
79
fi
80
80
81
- collect_artifacts_from_subdir
82
-
83
81
exit $RET
Original file line number Diff line number Diff line change 126
126
echo -e " \n***\n*** Restart test PASSED. \n***"
127
127
fi
128
128
129
- collect_artifacts_from_subdir
130
-
131
129
exit $RET
Original file line number Diff line number Diff line change @@ -468,12 +468,6 @@ function kill_servers () {
468
468
done
469
469
}
470
470
471
- # Collect all logs and core dumps and copy them to an upper-level directory for
472
- # proper capture on the CI.
473
- function collect_artifacts_from_subdir () {
474
- cp * .* log* core* ../ || true
475
- }
476
-
477
471
# Sort an array
478
472
# Call with sort_array <array_name>
479
473
# Example: sort_array array
You can’t perform that action at this time.
0 commit comments