From eff66e2aacf66bf99a5f49dad601128490387a67 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 1 Sep 2024 18:06:09 +0200 Subject: [PATCH] Uhoh --- lib/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tests.sh b/lib/tests.sh index c292b9f..c2a8a0d 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -32,6 +32,7 @@ _STUFF_TO_RUN_BEFORE_INITIAL_SNAPSHOT() { log_report_test_success else echo "{'level': 0}" >$result_json + touch $summary_png log_error "Obvious syntax issues found which will make the scripts crash ... not running the actual tests until these are fixed" # Exit with 0 instead of 1 such that the job gets flagged as failure and not as error exit 0