]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt46602] Change name of shell variable holding current test directory
authorStephen Morris <stephen@isc.org>
Thu, 15 Feb 2018 15:55:57 +0000 (15:55 +0000)
committerEvan Hunt <each@isc.org>
Sun, 25 Feb 2018 17:28:46 +0000 (09:28 -0800)
It was TESTNAME, but this is an obvious name and was used in one of
the system tests, something that interfered with the content of
progress messages.  It is now SYSTESTDIR.

(cherry picked from commit 30cd931a0d52744762472bfe7f1582bcf12bd6bf)
(cherry picked from commit 78f29760878ea80cfdf2ca5892f2c599048a29f0)
(cherry picked from commit 4a29e3ba65d686f83f514b81c6e075185fb8ab6c)

bin/tests/system/conf.sh.in

index 9630a7a3a0cfec78c98046f02d23c7fea8004fe6..d71385be8a598305f588f3c1fe73141a813544d7 100644 (file)
@@ -195,11 +195,11 @@ else
        }
 fi
 
-TESTNAME="`basename $PWD`"
+SYSTESTDIR="`basename $PWD`"
 
 echo_i() {
     echo "$@" | while read LINE ; do
-       echoinfo "I:$TESTNAME:$LINE"
+       echoinfo "I:$SYSTESTDIR:$LINE"
     done
 }