]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert "Skip the runtime ellipsis test" fix-tests-timing-issues
authorOndřej Surý <ondrej@isc.org>
Tue, 26 Nov 2019 11:13:07 +0000 (12:13 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 26 Nov 2019 11:13:07 +0000 (12:13 +0100)
This reverts commit 161e02845f548321e5e4bcfdf9d97a86539cbdde.

bin/tests/system/runtime/tests.sh

index c359fdf4c23971c3699881e90845d09d71e53073..0ca4e949336230a53059040f411f6b2530d2e50a 100644 (file)
@@ -196,8 +196,7 @@ copy_setports ns2/named-alt7.conf.in "ns2/named-alt7.conf"
 # shellcheck disable=SC2086
 (cd ns2 && $NAMED $LONG_CMD_LINE -c "named-alt7.conf" -g > named$n.run 2>&1 &)
 wait_for_named "running$" ns2/named$n.run || ret=1
-#grep "running as.*\.\.\.$" ns2/named$n.run > /dev/null || ret=1
-echo_i "skipped - the ellipsis is currently not printed"
+grep "running as.*\.\.\.$" ns2/named$n.run > /dev/null || ret=1
 kill_named ns2/named.pid || ret=1
 if [ $ret -ne 0 ]; then echo_i "failed"; fi
 status=$((status+ret))