mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +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.
|
||||
#
|
||||
|
||||
SYSTEMTESTTOP=.
|
||||
SYSTEMTESTTOP=$(realpath .)
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
||||
export SYSTEMTESTTOP
|
||||
|
||||
stopservers=true
|
||||
baseport=5300
|
||||
|
||||
@@ -45,7 +47,7 @@ if [ $# -eq 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
systest=$1
|
||||
systest=${1%%/}
|
||||
shift
|
||||
|
||||
if [ ! -d $systest ]; then
|
||||
|
Reference in New Issue
Block a user