From 6c76bfa1cd8ad6d7816d26ccf372c4b8d808458b Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Thu, 17 Feb 2022 10:45:10 +0100 Subject: [PATCH] ci-automation/tapfile_helper_lib.sh: add @pothos' retcode fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kai Lüke --- ci-automation/tapfile_helper_lib.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-automation/tapfile_helper_lib.sh b/ci-automation/tapfile_helper_lib.sh index 35fc12be17..7503550cca 100644 --- a/ci-automation/tapfile_helper_lib.sh +++ b/ci-automation/tapfile_helper_lib.sh @@ -205,7 +205,8 @@ function tap_generate_report() { # "ok" if the test succeeded at least once for all vendors that run the test, # "not ok" otherwise. - local verdict="$(__sqlite3_wrapper "${dbname}" " + local verdict + verdict="$(__sqlite3_wrapper "${dbname}" " SELECT failed.name FROM vendor AS failed WHERE EXISTS ( SELECT * FROM test_run AS t, vendor AS v, test_case AS c