From 15ab7a1eeb856f5788d1e35ef6fac50e584c7231 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 6 Jun 2025 15:58:50 +0200 Subject: [PATCH] dyndns test: report script failure --- .../tests/1dyndns-update-add-invalid-record/command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests/tests/1dyndns-update-add-invalid-record/command b/regression-tests/tests/1dyndns-update-add-invalid-record/command index 3bf0879c5e..837f34377e 100755 --- a/regression-tests/tests/1dyndns-update-add-invalid-record/command +++ b/regression-tests/tests/1dyndns-update-add-invalid-record/command @@ -1,4 +1,4 @@ #!/bin/sh cleandig host-invalid.test.dyndns ANY hidesoadetails -tests/$testname/sendupdate.pl $nameserver $port +tests/$testname/sendupdate.pl $nameserver $port || echo 'sendupdate script failed!' cleandig host-invalid.test.dyndns ANY hidesoadetails -- 2.47.2