diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-06 17:15:10 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-06 17:29:12 +0100 |
commit | 83691c413f6e735280c433d6f3b9d33390d0fab8 (patch) | |
tree | b5c76fd7d12296538067c81472563473f63408cd /test/TEST-12-RAID-DEG | |
parent | ca36b9b8f8e2fd95bc2acb98cf859c13022e9aa1 (diff) | |
download | dracut-83691c413f6e735280c433d6f3b9d33390d0fab8.tar.gz dracut-83691c413f6e735280c433d6f3b9d33390d0fab8.tar.bz2 dracut-83691c413f6e735280c433d6f3b9d33390d0fab8.zip |
testsuite fixup
Diffstat (limited to 'test/TEST-12-RAID-DEG')
-rwxr-xr-x | test/TEST-12-RAID-DEG/test.sh | 2 |
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 0354705b..7e4b804c 100755 --- a/test/TEST-12-RAID-DEG/test.sh +++ b/test/TEST-12-RAID-DEG/test.sh @@ -19,7 +19,7 @@ client_run() { -hdc $TESTDIR/disk2.img.new \ -hdd $TESTDIR/disk3.img.new \ -net none -kernel /boot/vmlinuz-$KVERSION \ - -append "$* root=LABEL=root rw rd.retry=20 rd.info console=ttyS0,115200n81 selinux=0 rd.debug $DEBUGFAIL " \ + -append "$* root=LABEL=root rw rd.retry=10 rd.info console=ttyS0,115200n81 selinux=0 rd.debug $DEBUGFAIL " \ -initrd $TESTDIR/initramfs.testing if ! grep -m 1 -q dracut-root-block-success $TESTDIR/root.ext2; then echo "CLIENT TEST END: $@ [FAIL]" |