From: Harald Hoyer Date: Thu, 27 Feb 2020 15:42:21 +0000 (+0100) Subject: TEST-04-FULL-SYSTEMD: more info on failure X-Git-Tag: 050~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba66cb2789d8379de129ad1e84dcabff871e6ceb;p=thirdparty%2Fdracut.git TEST-04-FULL-SYSTEMD: more info on failure --- diff --git a/test/TEST-04-FULL-SYSTEMD/test-init.sh b/test/TEST-04-FULL-SYSTEMD/test-init.sh index 3b29beec4..e40f5e6f3 100755 --- a/test/TEST-04-FULL-SYSTEMD/test-init.sh +++ b/test/TEST-04-FULL-SYSTEMD/test-init.sh @@ -114,6 +114,13 @@ if ismounted /usr && [ ! -s /failed ]; then echo "dracut-root-block-success" >/dev/sdc fi +if ! ismounted /usr; then + echo "**************************FAILED**************************" + echo "/usr not mounted!!" + cat /proc/mounts + echo "**************************FAILED**************************" +fi + journalctl --full --no-pager -o short-monotonic if [ -s /failed ]; then