Tell use what the messages.log told us.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21051 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-12 03:58:28 +00:00
parent 6e9d640726
commit 3a082feba7

View File

@@ -38,9 +38,6 @@ srcdir="@srcdir@"
objdir="@objdir@"
EGREP="@EGREP@"
# If there is no useful db support compile in, disable test
../db/have-db || exit 77
R=$1
tst=$2
@@ -74,6 +71,7 @@ ${kadmin} < ${srcdir}/${tst}.kadm || exit 1
echo "Doing database check"
${kadmin} check ${R} || exit 1
${replay} ${srcdir}/${tst}.req || exit 1
> messages.log
${replay} ${srcdir}/${tst}.req || { cat messages.log ; exit 1; }
exit 0