From 9db7328cd07c0d6a44508e59ab5a2b10a004a113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Trifir=C3=B2?= Date: Thu, 20 Jun 2024 19:24:04 +0200 Subject: [PATCH] extras: exit unit tests on err --- extras/unit-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/unit-tests.sh b/extras/unit-tests.sh index 4739fb6d65ea3..08b2388b646e3 100644 --- a/extras/unit-tests.sh +++ b/extras/unit-tests.sh @@ -1,5 +1,6 @@ #!/bin/bash # partially copied from from .buildkite/test-pipeline.yml +set -e cd tests || exit 1