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