Harald Hoyer 5f0dd7
From 91418b13dc679947bb4d22ae6badcbf41b56c645 Mon Sep 17 00:00:00 2001
Harald Hoyer 5f0dd7
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 5f0dd7
Date: Thu, 12 Mar 2020 13:44:08 +0100
Harald Hoyer 5f0dd7
Subject: [PATCH] TEST-03-USR-MOUNT/test.sh: increase loglevel
Harald Hoyer 5f0dd7
Harald Hoyer 5f0dd7
to debug the spurious fails
Harald Hoyer 5f0dd7
---
Harald Hoyer 5f0dd7
 test/TEST-03-USR-MOUNT/test.sh | 2 +-
Harald Hoyer 5f0dd7
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 5f0dd7
Harald Hoyer 5f0dd7
diff --git a/test/TEST-03-USR-MOUNT/test.sh b/test/TEST-03-USR-MOUNT/test.sh
Harald Hoyer 5f0dd7
index 5190f220..3bb479e4 100755
Harald Hoyer 5f0dd7
--- a/test/TEST-03-USR-MOUNT/test.sh
Harald Hoyer 5f0dd7
+++ b/test/TEST-03-USR-MOUNT/test.sh
Harald Hoyer 5f0dd7
@@ -19,7 +19,7 @@ client_run() {
Harald Hoyer 5f0dd7
         -drive format=raw,index=1,media=disk,file=$TESTDIR/usr.btrfs \
Harald Hoyer 5f0dd7
         -drive format=raw,index=2,media=disk,file=$TESTDIR/result \
Harald Hoyer 5f0dd7
         -watchdog i6300esb -watchdog-action poweroff \
Harald Hoyer 5f0dd7
-        -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" \
Harald Hoyer 5f0dd7
+        -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" \
Harald Hoyer 5f0dd7
         -initrd $TESTDIR/initramfs.testing
Harald Hoyer 5f0dd7
 
Harald Hoyer 5f0dd7
     if ! grep -F -m 1 -q dracut-root-block-success $TESTDIR/result; then
Harald Hoyer eb69ae