From 91cc5f09bcce66995f8e0e6bba90033b27792dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Thu, 5 Dec 2024 11:00:38 -0500 Subject: [PATCH] tools/test-launcher.sh: drop the -x flag The script works as intended and ve we can reduce the verbosity level now. --- tools/test-launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-launcher.sh b/tools/test-launcher.sh index 11ce0938f..035f92231 100755 --- a/tools/test-launcher.sh +++ b/tools/test-launcher.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -eux +set -eu set -o pipefail cleanup()