summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-08-31 11:44:01 +0200
committerHarald Hoyer <harald@redhat.com>2009-09-01 15:42:27 +0200
commitb1a4919cb21e9d6431bced7427565a41308564e0 (patch)
tree6373a1b1a2973eb297e5098a89d2abe94f85f90a /test
parentc1d670a89380c316f425de595a71530692784337 (diff)
TEST-12-RAID-DEG/test.sh: add rdinfo
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-12-RAID-DEG/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-12-RAID-DEG/test.sh b/test/TEST-12-RAID-DEG/test.sh
index 2a834d9..597976f 100755
--- a/test/TEST-12-RAID-DEG/test.sh
+++ b/test/TEST-12-RAID-DEG/test.sh
@@ -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]"