From 90538ede55ac9d40dc513f64f052c687672cae89 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 9 Jan 2025 11:27:51 +0100 Subject: [PATCH] test: Drop set -x from integration-test-setup.sh --- test/integration-test-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test-setup.sh b/test/integration-test-setup.sh index d7c384a97cf..c67f938acf2 100755 --- a/test/integration-test-setup.sh +++ b/test/integration-test-setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # SPDX-License-Identifier: LGPL-2.1-or-later -set -eux +set -eu set -o pipefail case "$1" in -- 2.47.3