2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

do not try to run the tests if the servers didn't start

This commit is contained in:
Andreas Gustafsson 2000-06-12 20:19:29 +00:00
parent e7eba81696
commit a6ec6daa1a

View File

@ -47,7 +47,7 @@ then
fi
# Start name servers running
sh start.sh $test
sh start.sh $test || exit 1
sleep 10