From 9416d8833bc33736a9021e2024eb2783439fcf8e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 22 Sep 2021 22:43:08 +0200 Subject: [PATCH] Copy new summary.jpg to local folder, to be picked up by CI_package_check --- lib/tests_coordination.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tests_coordination.sh b/lib/tests_coordination.sh index 28a80b4..3d8ac82 100644 --- a/lib/tests_coordination.sh +++ b/lib/tests_coordination.sh @@ -296,6 +296,7 @@ run_all_tests() { log_title "Tests summary" 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 starttime=$complete_start_timer