chiark / gitweb /
tests: Add set -o pipefail to test/common
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 6 Jan 2023 23:36:01 +0000 (23:36 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Jan 2023 17:02:08 +0000 (17:02 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
test/common

index 4a09e8c2bdbb2c6648de957becd6f93c3542d59b..44532b8f9dc2d7ae0f633ebc371f2ccdb9caa13d 100644 (file)
@@ -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%/*}"