]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
bits of conf.sh.in and conf.sh.win32 were out of sync
authorEvan Hunt <each@isc.org>
Wed, 30 May 2018 01:49:43 +0000 (18:49 -0700)
committerEvan Hunt <each@isc.org>
Wed, 30 May 2018 02:06:09 +0000 (22:06 -0400)
bin/tests/system/conf.sh.win32

index b84bdc60d1523a7eb08489ed4459d603e900354e..61a020dc67aa8dd267f43c857125cacf56a5efd2 100644 (file)
@@ -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
 }