From: Ian Jackson Date: Fri, 6 Jan 2023 23:36:01 +0000 (+0000) Subject: tests: Add set -o pipefail to test/common X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=2aa9f70fc30438c3f7924e6ac193941eee9f3775;p=hippotat.git tests: Add set -o pipefail to test/common Signed-off-by: Ian Jackson --- 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%/*}"