2
0
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:
Ondřej Surý
2018-11-21 12:10:08 +01:00
parent 7c60b78080
commit 1b2a3a0ea6

View File

@@ -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