mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
Merge branch '301-rpzrecurse-output' into 'master'
Resolve "output of the rpzrecurse test is incorrect on windows" Closes #301 See merge request isc-projects/bind9!327
This commit is contained in:
@@ -199,11 +199,17 @@ echoend () {
|
|||||||
printf "${COLOR_END}%s${COLOR_NONE}\n" "$*"
|
printf "${COLOR_END}%s${COLOR_NONE}\n" "$*"
|
||||||
}
|
}
|
||||||
|
|
||||||
TESTNAME="`basename $PWD`"
|
SYSTESTDIR="`basename $PWD`"
|
||||||
|
|
||||||
echo_i() {
|
echo_i() {
|
||||||
echo "$@" | while read LINE ; do
|
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
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user