tests.sh revision 247bf378605811d695e968dbe930a7fc45c0038e
#
*
*
# $Id: tests.sh,v 1.25 2007/06/19 23:47:07 tbox Exp $
#
# Perform tests
#
count=0
ticks=0
while [ $count != 300 ]; do
if [ $ticks = 1 ]; then
echo "I:Changing test zone..."
fi
sleep 1
if [ $ticks = 360 ]; then
echo "I:Took too long to load zones"
exit 1
fi
done
status=0
sleep 15
echo "I:exit status: $status"
exit $status