From: Peter van Dijk Date: Fri, 6 Jun 2025 13:58:50 +0000 (+0200) Subject: dyndns test: report script failure X-Git-Tag: dnsdist-2.0.0-beta1~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15641%2Fhead;p=thirdparty%2Fpdns.git dyndns test: report script failure --- 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