[rt46602] Modify some test files to cope with the "-p" flag

This commit is contained in:
Stephen Morris 2017-11-24 12:24:09 +00:00
parent 32fe6f7682
commit 517d990bd4
3 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,7 @@ set -e
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
. $SYSTEMTESTTOP/getopts.sh
QPERF=`$SHELL qperf.sh`

View file

@ -13,6 +13,7 @@
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
. $SYSTEMTESTTOP/getopts.sh
ns=10.53.0
ns1=$ns.1 # root, defining the others
@ -66,7 +67,7 @@ if [ -z "$DNSRPS_TEST_MODE" ]; then
echo "I:'dnsrps-only' found: skipping native RPZ sub-test"
else
echo "I:running native RPZ sub-test"
$SHELL ./$0 -D1 $ARGS || status=1
$SHELL ./$0 -p $port -- -D1 $ARGS || status=1
fi
if [ -e dnsrps-off ]; then

View file

@ -9,6 +9,7 @@
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
. $SYSTEMTESTTOP/getopts.sh
#set -x