projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dba138b
)
test: Use usual setup in integration-test-setup script
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Thu, 8 Aug 2024 20:34:05 +0000
(22:34 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Wed, 14 Aug 2024 12:18:40 +0000
(14:18 +0200)
test/integration-test-setup.sh
patch
|
blob
|
history
diff --git
a/test/integration-test-setup.sh
b/test/integration-test-setup.sh
index 71f576f61f70b8e225d9114c83553c92809cfcfd..d7c384a97cf481fd7e899f4e12aa80978a67a3d5 100755
(executable)
--- 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)