From 75d348bed662277ed47eff4ed1b4922ac02f0935 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 29 May 2018 18:49:43 -0700 Subject: [PATCH] bits of conf.sh.in and conf.sh.win32 were out of sync --- bin/tests/system/conf.sh.win32 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/conf.sh.win32 b/bin/tests/system/conf.sh.win32 index b84bdc60d15..61a020dc67a 100644 --- a/bin/tests/system/conf.sh.win32 +++ b/bin/tests/system/conf.sh.win32 @@ -199,11 +199,17 @@ echoend () { printf "${COLOR_END}%s${COLOR_NONE}\n" "$*" } -TESTNAME="`basename $PWD`" +SYSTESTDIR="`basename $PWD`" echo_i() { echo "$@" | while read LINE ; do - echoinfo "I:$TESTNAME:$LINE" + echoinfo "I:$SYSTESTDIR:$LINE" + done +} + +echo_ic() { + echo "$@" | while read LINE ; do + echoinfo "I:$SYSTESTDIR: $LINE" done } -- 2.47.3