From: Xunlei Pang Date: Sun, 27 Nov 2016 04:19:41 +0000 (+0800) Subject: testsuite: add "rd.memdebug=4" in TEST-01-BASIC to test rd.memdebug X-Git-Tag: 045~63^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F183%2Fhead;p=thirdparty%2Fdracut.git testsuite: add "rd.memdebug=4" in TEST-01-BASIC to test rd.memdebug "rd.memdebug=4" includes all the test level, so add it to test rd.memdebug function. Signed-off-by: Xunlei Pang --- diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index fe0989d80..efbcde6e2 100755 --- a/test/TEST-01-BASIC/test.sh +++ b/test/TEST-01-BASIC/test.sh @@ -15,7 +15,7 @@ test_run() { -net none \ -watchdog i6300esb -watchdog-action poweroff \ -no-reboot \ - -append "panic=1 root=LABEL=dracut rw systemd.log_level=debug systemd.log_target=console rd.retry=3 rd.debug console=ttyS0,115200n81 rd.shell=0 $DEBUGFAIL" \ + -append "panic=1 root=LABEL=dracut rw systemd.log_level=debug systemd.log_target=console rd.retry=3 rd.debug console=ttyS0,115200n81 rd.shell=0 $DEBUGFAIL rd.memdebug=4" \ -initrd $TESTDIR/initramfs.testing || return 1 grep -F -m 1 -q dracut-root-block-success $TESTDIR/result || return 1 }