[rt46602] Handle echoing of multi-line output from tests

(cherry picked from commit 1f07c69f25)
This commit is contained in:
Stephen Morris
2017-12-20 19:11:20 +00:00
parent 7a5476173a
commit 6602a31229

View File

@@ -218,7 +218,9 @@ fi
TESTNAME="`basename $PWD`"
echo_i() {
echoinfo "I:$TESTNAME:$@"
echo "$@" | while read LINE ; do
echoinfo "I:$TESTNAME:$LINE"
done
}
#