From: Harald Hoyer Date: Wed, 10 Jun 2015 17:45:30 +0000 (+0200) Subject: TEST-16-DMSQUASH: add more debug parms X-Git-Tag: 042~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3944c4b136280088413f278a27da11ac8504633c;p=thirdparty%2Fdracut.git TEST-16-DMSQUASH: add more debug parms --- diff --git a/test/TEST-16-DMSQUASH/test.sh b/test/TEST-16-DMSQUASH/test.sh index 1eeb95f66..338f7f4ea 100755 --- a/test/TEST-16-DMSQUASH/test.sh +++ b/test/TEST-16-DMSQUASH/test.sh @@ -21,7 +21,7 @@ test_run() { -drive format=raw,index=0,media=disk,file="$TESTDIR"/root.img \ -m 256M -smp 2 -nographic \ -net none \ - -append "root=live:CDLABEL=LiveCD live rw quiet rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug $DEBUGFAIL" \ + -append "root=live:CDLABEL=LiveCD live rw quiet rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug systemd.log_level=debug systemd.log_target=console $DEBUGFAIL" \ -initrd "$TESTDIR"/initramfs.testing grep -F -m 1 -q dracut-root-block-success -- "$TESTDIR"/root.img || return 1 }