chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc6d6f
)
tests: Add set -o pipefail to test/common
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 6 Jan 2023 23:36:01 +0000
(23:36 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/test/common
b/test/common
index 4a09e8c2bdbb2c6648de957becd6f93c3542d59b..44532b8f9dc2d7ae0f633ebc371f2ccdb9caa13d 100644
(file)
--- 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%/*}"