Skip to content

Commit 137c76d

Browse files
bdrungConan-Kudo
authored andcommitted
test: add commented DEBUGFAIL to test 20
To ease debugging, add a commented `DEBUGFAIL` setting (similar to the other test cases).
1 parent 2e6757a commit 137c76d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/TEST-20-STORAGE/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ set -eu
66
# shellcheck disable=SC2034
77
TEST_DESCRIPTION="root filesystem on multiple device $TEST_FSTYPE (on top of RAID and LUKS)"
88

9+
# Uncomment this to debug failures
10+
#DEBUGFAIL="rd.debug rd.shell"
11+
912
test_check() {
1013
(command -v zfs || (command -v lvm && command -v "mkfs.$TEST_FSTYPE")) &> /dev/null
1114
}

0 commit comments

Comments
 (0)