From: Dan Streetman Date: Sat, 20 Jul 2019 11:43:59 +0000 (-0400) Subject: d/t/boot-smoke: call fail if pidof polkitd fails X-Git-Tag: debian/247.3-7+deb11u1~316 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8e9bbcfe3897bafd7de450d35dac6eab4441e5f1;p=systemd.git d/t/boot-smoke: call fail if pidof polkitd fails --- diff --git a/debian/tests/boot-smoke b/debian/tests/boot-smoke index 7c36b5591..aad20e486 100755 --- a/debian/tests/boot-smoke +++ b/debian/tests/boot-smoke @@ -75,7 +75,7 @@ else fi echo "checking that polkitd runs" - pidof polkitd + pidof polkitd || fail "polkitd was not running" echo "checking that there are no running jobs" TIMEOUT=10