tests.sh revision e56c0854589d936f911e0aac2f2bf53cbc8a6af7
#
# Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
status=0
n=0
n=`expr $n + 1`
echo "I:class list ($n)"
$RRCHECKER -C > classlist.out
n=`expr $n + 1`
echo "I:type list ($n)"
$RRCHECKER -T > typelist.out
n=`expr $n + 1`
echo "I:private type list ($n)"
cat << EOF
$*
EOF
}
n=`expr $n + 1`
echo "I:check conversions to canonical format ($n)"
ret=0
do
ret=1
}
ret=1
}
done < checkzone.out$n
n=`expr $n + 1`
echo "I:check conversions to and from unknown record format ($n)"
ret=0
do
ret=1
}
ret=1
}
ret=1
}
done < checkzone.out$n
echo "I:exit status: $status"