Skip to content

Commit 5354f7b

Browse files
committed
Surface the errors from child processes
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent cd1c669 commit 5354f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/scripts/lsblk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# tiny lsblk(8) equivalent to make integration tests distro-agnostic
3-
set -eu
3+
set -euo pipefail
44

55
echo 'NAME MAJ:MIN RM SIZE RO | MAGIC'
66

0 commit comments

Comments
 (0)