From: Ondřej Surý Date: Tue, 26 Nov 2019 11:13:07 +0000 (+0100) Subject: Revert "Skip the runtime ellipsis test" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ffix-tests-timing-issues;p=thirdparty%2Fbind9.git Revert "Skip the runtime ellipsis test" This reverts commit 161e02845f548321e5e4bcfdf9d97a86539cbdde. --- diff --git a/bin/tests/system/runtime/tests.sh b/bin/tests/system/runtime/tests.sh index c359fdf4c23..0ca4e949336 100644 --- a/bin/tests/system/runtime/tests.sh +++ b/bin/tests/system/runtime/tests.sh @@ -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))