svn commit: lorikeet r765 - in trunk/heimdal/lib/hx509: .
lha at samba.org
lha at samba.org
Wed Jun 27 08:53:04 GMT 2007
Author: lha
Date: 2007-06-27 08:53:03 +0000 (Wed, 27 Jun 2007)
New Revision: 765
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=765
Log:
more verbose log so I can figure out what happning on build farm host fort.
Modified:
trunk/heimdal/lib/hx509/test_cert.in
Changeset:
Modified: trunk/heimdal/lib/hx509/test_cert.in
===================================================================
--- trunk/heimdal/lib/hx509/test_cert.in 2007-06-26 15:21:53 UTC (rev 764)
+++ trunk/heimdal/lib/hx509/test_cert.in 2007-06-27 08:53:03 UTC (rev 765)
@@ -37,6 +37,9 @@
srcdir="@srcdir@"
objdir="@objdir@"
+set -x
+echo "test env: ${TESTS_ENVIRONMENT}"
+
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77
@@ -46,7 +49,10 @@
fi
echo "print DIR"
-${hxtool} print --content DIR:$srcdir/data > /dev/null || exit 1
+${hxtool} print --content DIR:$srcdir/data
+res=$?
+echo "res: $res"
+test "$res" = 0 || exit 1
echo "print FILE"
for a in $srcdir/data/*.crt; do
More information about the samba-cvs
mailing list