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