Blame 0067-TEST-01-BASIC-turn-on-systemd-debugging.patch

Harald Hoyer 2265b4
From fe5f8d0074a4a4bba11053450c71acce607f8b22 Mon Sep 17 00:00:00 2001
Harald Hoyer 2265b4
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 2265b4
Date: Tue, 10 Jul 2012 09:17:48 +0200
Harald Hoyer 2265b4
Subject: [PATCH] TEST-01-BASIC: turn on systemd debugging
Harald Hoyer 2265b4
Harald Hoyer 2265b4
---
Harald Hoyer 2265b4
 test/TEST-01-BASIC/test.sh |    2 +-
Harald Hoyer 2265b4
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 2265b4
Harald Hoyer 2265b4
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh
Harald Hoyer 2265b4
index f8522e6..22feab5 100755
Harald Hoyer 2265b4
--- a/test/TEST-01-BASIC/test.sh
Harald Hoyer 2265b4
+++ b/test/TEST-01-BASIC/test.sh
Harald Hoyer 2265b4
@@ -14,7 +14,7 @@ test_run() {
Harald Hoyer 2265b4
 	-m 256M -nographic \
Harald Hoyer 2265b4
 	-net none -kernel /boot/vmlinuz-$KVERSION \
Harald Hoyer 2265b4
 	-watchdog ib700 -watchdog-action poweroff \
Harald Hoyer 2265b4
-	-append "root=LABEL=dracut rw quiet rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug $DEBUGFAIL" \
Harald Hoyer 2265b4
+	-append "root=LABEL=dracut rw systemd.log_level=debug systemd.log_target=console rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug $DEBUGFAIL" \
Harald Hoyer 2265b4
 	-initrd $TESTDIR/initramfs.testing || return 1
Harald Hoyer 2265b4
     grep -m 1 -q dracut-root-block-success $TESTDIR/result || return 1
Harald Hoyer 2265b4
 }