From 03d95f6d41329423fb4d1f437df7b965d4ddbaf6 Mon Sep 17 00:00:00 2001 From: DSeeLP <46624152+DSeeLP@users.noreply.github.com> Date: Sun, 6 Apr 2025 20:07:27 +0200 Subject: [PATCH] fix ci tests not exiting with error code when failing --- tests/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci.sh b/tests/ci.sh index f5aa458..b1582a3 100755 --- a/tests/ci.sh +++ b/tests/ci.sh @@ -82,4 +82,4 @@ echo "Creating dummy users" hurl --variable host="$HOST" --error-format long tests/dummy-users.hurl echo "Running tests" -hurl --variable host="$HOST" --test --error-format long --color --report-html tests/report tests/integration/*.hurl || true +hurl --variable host="$HOST" --test --error-format long --color --report-html tests/report tests/integration/*.hurl