From 2aa9f70fc30438c3f7924e6ac193941eee9f3775 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 6 Jan 2023 23:36:01 +0000 Subject: [PATCH] tests: Add set -o pipefail to test/common Signed-off-by: Ian Jackson --- test/common | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common b/test/common index 4a09e8c..44532b8 100644 --- a/test/common +++ b/test/common @@ -3,6 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception # There is NO WARRANTY. +set -o pipefail set -x ssrc="${0%/*}" -- 2.30.2