From db043a9b1a109478581f19b69a3019fc15f672aa Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 8 Aug 2024 22:34:05 +0200 Subject: [PATCH] test: Use usual setup in integration-test-setup script --- test/integration-test-setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/integration-test-setup.sh b/test/integration-test-setup.sh index 71f576f61f7..d7c384a97cf 100755 --- a/test/integration-test-setup.sh +++ b/test/integration-test-setup.sh @@ -1,6 +1,7 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-License-Identifier: LGPL-2.1-or-later -set -e +set -eux +set -o pipefail case "$1" in setup)