diff --git a/scripts/tests/systemd/dns-systemd-resolved.sh b/scripts/tests/systemd/dns-systemd-resolved.sh index 2f02a1a34..7241d97c7 100755 --- a/scripts/tests/systemd/dns-systemd-resolved.sh +++ b/scripts/tests/systemd/dns-systemd-resolved.sh @@ -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 }