change dmesg check to journal check

This commit is contained in:
Tobias Powalowski 2024-06-13 07:27:14 +02:00
parent 769ca13bed
commit 94cafb754e

View file

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