From: Stephen Morris Date: Wed, 20 Dec 2017 19:11:20 +0000 (+0000) Subject: [rt46602] Handle echoing of multi-line output from tests X-Git-Tag: v9.13.0~158^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f07c69f25ea8679be5645857020d860e3084b57;p=thirdparty%2Fbind9.git [rt46602] Handle echoing of multi-line output from tests --- diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 91501877751..8ad8db42e6d 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -220,7 +220,9 @@ fi TESTNAME="`basename $PWD`" echo_i() { - echoinfo "I:$TESTNAME:$@" + echo "$@" | while read LINE ; do + echoinfo "I:$TESTNAME:$LINE" + done } #