change dmesg check to journal check

This commit is contained in:
Tobias Powalowski 2024-06-13 07:24:41 +02:00
parent a4c5f7109e
commit 769ca13bed

View file

@ -28,7 +28,7 @@ _archboot_check
echo "Waiting for pacman keyring..."
_pacman_keyring
_run_test "journal"
if ! journalctl -p3 -xb | grep -q -w 'No Entries'; then
if ! journalctl -p3 -xb | grep -q 'No Entries'; then
journalctl -p3 -xb >>journal-error.txt
_TEST_FAIL=1
fi