mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-26 21:55:44 +07:00
test/TEST-01-BASIC: fail test, if qemu failed
This commit is contained in:
parent
f7c05f7de6
commit
6ea4364c7b
@ -15,7 +15,8 @@ run_qemu() {
|
|||||||
-hda $TESTDIR/rootdisk.img \
|
-hda $TESTDIR/rootdisk.img \
|
||||||
-m 256M -nographic \
|
-m 256M -nographic \
|
||||||
-net none -kernel /boot/vmlinuz-$KVERSION \
|
-net none -kernel /boot/vmlinuz-$KVERSION \
|
||||||
-append "root=/dev/sda1 systemd.log_level=debug raid=noautodetect loglevel=2 init=/usr/lib/systemd/systemd rw console=ttyS0,115200n81 selinux=0 $DEBUGFAIL"
|
-append "root=/dev/sda1 systemd.log_level=debug raid=noautodetect loglevel=2 init=/usr/lib/systemd/systemd rw console=ttyS0,115200n81 selinux=0 $DEBUGFAIL" || return 1
|
||||||
|
|
||||||
ret=1
|
ret=1
|
||||||
mkdir -p $TESTDIR/root
|
mkdir -p $TESTDIR/root
|
||||||
mount ${LOOPDEV}p1 $TESTDIR/root
|
mount ${LOOPDEV}p1 $TESTDIR/root
|
||||||
|
Loading…
Reference in New Issue
Block a user