]> git.ipfire.org Git - thirdparty/dracut.git/commit
test: tell systemd to reboot on fatal errors
authorLubomir Rintel <lkundrak@v3.sk>
Wed, 26 Jun 2019 09:47:21 +0000 (11:47 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 19 Jul 2019 14:10:54 +0000 (16:10 +0200)
commit7934c6f918de2e82d0df5da557c5792c4fb7b798
tree3da79266a81cec841c300c0ab55fd986a32505d0
parentc27ed38bb2986d31b08257782ce2b24a80415c6c
test: tell systemd to reboot on fatal errors

Otherwise systemd would freeze execution, causing the test to time out
instead of failing fast.
18 files changed:
test/TEST-01-BASIC/test.sh
test/TEST-02-SYSTEMD/test.sh
test/TEST-03-USR-MOUNT/test.sh
test/TEST-04-FULL-SYSTEMD/test.sh
test/TEST-10-RAID/test.sh
test/TEST-11-LVM/test.sh
test/TEST-12-RAID-DEG/test.sh
test/TEST-13-ENC-RAID-LVM/test.sh
test/TEST-14-IMSM/test.sh
test/TEST-15-BTRFSRAID/test.sh
test/TEST-16-DMSQUASH/test.sh
test/TEST-17-LVM-THIN/test.sh
test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/test.sh
test/TEST-31-ISCSI-MULTI/test.sh
test/TEST-40-NBD/test.sh
test/TEST-50-MULTINIC/test.sh
test/TEST-70-BONDBRIDGETEAMVLAN/test.sh