mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 21:10:55 -05:00
do not try to run the tests if the servers didn't start
This commit is contained in:
parent
e7eba81696
commit
a6ec6daa1a
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ then
|
|||
fi
|
||||
|
||||
# Start name servers running
|
||||
sh start.sh $test
|
||||
sh start.sh $test || exit 1
|
||||
|
||||
sleep 10
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue