]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-12-RAID-DEG/test.sh: add rdinfo
authorHarald Hoyer <harald@redhat.com>
Mon, 31 Aug 2009 09:44:01 +0000 (11:44 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 1 Sep 2009 13:42:27 +0000 (15:42 +0200)
test/TEST-12-RAID-DEG/test.sh

index 2a834d9131b5b9f1dd583dc8fb8c65fdc2dafe21..597976fe1f1549bc0e6e67c7251527ed3cac49a1 100755 (executable)
@@ -10,7 +10,7 @@ client_run() {
     echo "CLIENT TEST START: $@"
     $testdir/run-qemu -hda root.ext2 -m 256M -nographic \
        -net none -kernel /boot/vmlinuz-$KVERSION \
-       -append "$@ root=/dev/dracut/root rw quiet console=ttyS0,115200n81 rdshell $DEBUGFAIL " \
+       -append "$@ root=/dev/dracut/root rw quiet rdinfo console=ttyS0,115200n81 rdshell $DEBUGFAIL " \
        -initrd initramfs.testing
     if ! grep -m 1 -q dracut-root-block-success root.ext2; then
        echo "CLIENT TEST END: $@ [FAIL]"