From 8fdbf3171adccfa75a4b69b4b83577885db0542f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 26 Nov 2019 12:13:07 +0100 Subject: [PATCH] Revert "Skip the runtime ellipsis test" This reverts commit 161e02845f548321e5e4bcfdf9d97a86539cbdde. --- bin/tests/system/runtime/tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)) -- 2.47.3