diff --git a/test/TEST-01-BASIC/test-init.sh b/test/TEST-01-BASIC/test-init.sh index a8b6e393..78f124a5 100755 --- a/test/TEST-01-BASIC/test-init.sh +++ b/test/TEST-01-BASIC/test-init.sh @@ -2,7 +2,7 @@ >/dev/watchdog getcmdline() { while read -r _line || [ -n "$_line" ]; do - printf "%s" "$line" + printf "%s" "$_line" done /dev/console 2>&1 echo "dracut-root-block-success" >/dev/sda1 diff --git a/test/TEST-02-SYSTEMD/test.sh b/test/TEST-02-SYSTEMD/test.sh index 61895618..97362787 100755 --- a/test/TEST-02-SYSTEMD/test.sh +++ b/test/TEST-02-SYSTEMD/test.sh @@ -4,7 +4,7 @@ TEST_DESCRIPTION="root filesystem on a ext3 filesystem" KVERSION="${KVERSION-$(uname -r)}" # Uncomment this to debug failures -#DEBUGFAIL="rd.shell" +#DEBUGFAIL="rd.shell=1 rd.break" test_run() { $testdir/run-qemu \ -drive format=raw,index=0,media=disk,file=$TESTDIR/root.ext3 \ diff --git a/test/TEST-03-USR-MOUNT/test-init.sh b/test/TEST-03-USR-MOUNT/test-init.sh index 68eaff05..dc03359a 100755 --- a/test/TEST-03-USR-MOUNT/test-init.sh +++ b/test/TEST-03-USR-MOUNT/test-init.sh @@ -2,7 +2,7 @@ >/dev/watchdog getcmdline() { while read -r _line || [ -n "$_line" ]; do - printf "%s" "$line" + printf "%s" "$_line" done /dev/watchdog getcmdline() { while read -r _line || [ -n "$_line" ]; do - printf "%s" "$line" + printf "%s" "$_line" done