Blame 0096-TEST-10-RAID-test.sh-comment-debug-options.patch

Harald Hoyer 811c04
From 650ab3b077e65a70b0a7782c9bea79cb6733a267 Mon Sep 17 00:00:00 2001
Harald Hoyer 811c04
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 811c04
Date: Mon, 30 Jul 2012 21:07:14 +0200
Harald Hoyer 811c04
Subject: [PATCH] TEST-10-RAID/test.sh: comment debug options
Harald Hoyer 811c04
Harald Hoyer 811c04
---
Harald Hoyer 811c04
 test/TEST-10-RAID/test.sh | 2 +-
Harald Hoyer 811c04
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 811c04
Harald Hoyer 811c04
diff --git a/test/TEST-10-RAID/test.sh b/test/TEST-10-RAID/test.sh
Harald Hoyer 811c04
index 45bb62e..92f4dd8 100755
Harald Hoyer 811c04
--- a/test/TEST-10-RAID/test.sh
Harald Hoyer 811c04
+++ b/test/TEST-10-RAID/test.sh
Harald Hoyer 811c04
@@ -4,7 +4,7 @@ TEST_DESCRIPTION="root filesystem on an encrypted LVM PV on a RAID-5"
Harald Hoyer 811c04
 KVERSION=${KVERSION-$(uname -r)}
Harald Hoyer 811c04
 
Harald Hoyer 811c04
 # Uncomment this to debug failures
Harald Hoyer 811c04
-DEBUGFAIL="rd.shell rd.udev.log-priority=debug loglevel=70 systemd.log_target=kmsg"
Harald Hoyer 811c04
+#DEBUGFAIL="rd.shell rd.udev.log-priority=debug loglevel=70 systemd.log_target=kmsg"
Harald Hoyer 811c04
 test_run() {
Harald Hoyer 811c04
     DISKIMAGE=$TESTDIR/TEST-10-RAID-root.img
Harald Hoyer 811c04
     $testdir/run-qemu \