mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(ci): fix debug_exit in the flaky systemd DNS test (#4934)
If these fail we shouldn't bail out since we're already bailing out and we need them to continue for debug output. Refs #4921
This commit is contained in:
@@ -9,8 +9,8 @@ SERVICE_NAME=firezone-client-headless
|
||||
debug_exit() {
|
||||
echo "Bailing out. Waiting a couple seconds for things to settle..."
|
||||
sleep 5
|
||||
resolvectl dns tun-firezone
|
||||
systemctl status "$SERVICE_NAME"
|
||||
resolvectl dns tun-firezone || true
|
||||
systemctl status "$SERVICE_NAME" || true
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user