mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Export SYSTEMTESTTOP from run.sh (so, it doesn't have to be defined in each script) and scrub / from the test names
This commit is contained in:
@@ -13,9 +13,11 @@
|
|||||||
# Run a system test.
|
# Run a system test.
|
||||||
#
|
#
|
||||||
|
|
||||||
SYSTEMTESTTOP=.
|
SYSTEMTESTTOP=$(realpath .)
|
||||||
. $SYSTEMTESTTOP/conf.sh
|
. $SYSTEMTESTTOP/conf.sh
|
||||||
|
|
||||||
|
export SYSTEMTESTTOP
|
||||||
|
|
||||||
stopservers=true
|
stopservers=true
|
||||||
baseport=5300
|
baseport=5300
|
||||||
|
|
||||||
@@ -45,7 +47,7 @@ if [ $# -eq 0 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
systest=$1
|
systest=${1%%/}
|
||||||
shift
|
shift
|
||||||
|
|
||||||
if [ ! -d $systest ]; then
|
if [ ! -d $systest ]; then
|
||||||
|
Reference in New Issue
Block a user