From 8fbbfce63ccd551d7089874e69151609b387eca6 Mon Sep 17 00:00:00 2001 From: Andrea Telatin <15690844+telatin@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:40:05 +0100 Subject: [PATCH] Add version to test.sh output /2 (-x) --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index 99ff10c..c9c5a19 100644 --- a/test/test.sh +++ b/test/test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -euo pipefail +set -euox pipefail SELF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" PARENT_DIR="$(dirname "$SELF_DIR")" BIN_DIR="$PARENT_DIR/bin"