mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:02:05 -04: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:
parent
7c60b78080
commit
1b2a3a0ea6
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue