Copy new summary.jpg to local folder, to be picked up by CI_package_check

This commit is contained in:
Alexandre Aubin 2021-09-22 22:43:08 +02:00
parent 88432ed1e2
commit 9416d8833b

View file

@ -296,6 +296,7 @@ run_all_tests() {
log_title "Tests summary" log_title "Tests summary"
python3 lib/analyze_test_results.py $TEST_CONTEXT 2>./results.json python3 lib/analyze_test_results.py $TEST_CONTEXT 2>./results.json
[[ -e "$TEST_CONTEXT/summary.jpg" ]] && cp "$TEST_CONTEXT/summary.jpg" ./summary.jpg || rm -f summary.jpg
# Restore the started time for the timer # Restore the started time for the timer
starttime=$complete_start_timer starttime=$complete_start_timer