mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
ci-automation/tapfile_helper_lib.sh: add @pothos' retcode fix
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
This commit is contained in:
parent
5bfe2f395c
commit
6c76bfa1cd
@ -205,7 +205,8 @@ function tap_generate_report() {
|
|||||||
|
|
||||||
# "ok" if the test succeeded at least once for all vendors that run the test,
|
# "ok" if the test succeeded at least once for all vendors that run the test,
|
||||||
# "not ok" otherwise.
|
# "not ok" otherwise.
|
||||||
local verdict="$(__sqlite3_wrapper "${dbname}" "
|
local verdict
|
||||||
|
verdict="$(__sqlite3_wrapper "${dbname}" "
|
||||||
SELECT failed.name FROM vendor AS failed
|
SELECT failed.name FROM vendor AS failed
|
||||||
WHERE EXISTS (
|
WHERE EXISTS (
|
||||||
SELECT * FROM test_run AS t, vendor AS v, test_case AS c
|
SELECT * FROM test_run AS t, vendor AS v, test_case AS c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user