]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-03-USR-MOUNT/test.sh: increase loglevel
authorHarald Hoyer <harald@redhat.com>
Thu, 12 Mar 2020 12:44:08 +0000 (13:44 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Thu, 12 Mar 2020 13:17:45 +0000 (14:17 +0100)
to debug the spurious fails

test/TEST-03-USR-MOUNT/test.sh

index 5190f2207e77ec5a02eab3df7411a53c0258f9cf..3bb479e4a3c69d00ab9b199432e05ccf45866f21 100755 (executable)
@@ -19,7 +19,7 @@ client_run() {
         -drive format=raw,index=1,media=disk,file=$TESTDIR/usr.btrfs \
         -drive format=raw,index=2,media=disk,file=$TESTDIR/result \
         -watchdog i6300esb -watchdog-action poweroff \
-        -append "panic=1 systemd.crash_reboot root=LABEL=dracut $client_opts quiet rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug rd.shell=0 $DEBUGFAIL" \
+        -append "panic=1 systemd.crash_reboot root=LABEL=dracut $client_opts loglevel=7 rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug rd.shell=0 $DEBUGFAIL" \
         -initrd $TESTDIR/initramfs.testing
 
     if ! grep -F -m 1 -q dracut-root-block-success $TESTDIR/result; then