Author: lha Date: 2007-06-09 14:48:14 +0000 (Sat, 09 Jun 2007) New Revision: 739
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=739 Log: provide mor info why this failes Modified: trunk/heimdal/tests/can/check-can.in trunk/heimdal/tests/can/test_can.in Changeset: Modified: trunk/heimdal/tests/can/check-can.in =================================================================== --- trunk/heimdal/tests/can/check-can.in 2007-06-09 10:26:24 UTC (rev 738) +++ trunk/heimdal/tests/can/check-can.in 2007-06-09 14:48:14 UTC (rev 739) @@ -37,6 +37,12 @@ srcdir="@srcdir@" objdir="@objdir@" +echo "check can started" +set -x + +# If there is no useful db support compile in, disable test +../db/have-db || exit 77 + ./test_can TEST.H5L.SE heim-0.8 || exit 1 ./test_can TEST.H5L.SE apple-10.4 || exit 1 ./test_can HEIMDAL.CITI.UMICH.EDU mit-pkinit-20070607 || exit 1 Modified: trunk/heimdal/tests/can/test_can.in =================================================================== --- trunk/heimdal/tests/can/test_can.in 2007-06-09 10:26:24 UTC (rev 738) +++ trunk/heimdal/tests/can/test_can.in 2007-06-09 14:48:14 UTC (rev 739) @@ -38,8 +38,8 @@ objdir="@objdir@" EGREP="@EGREP@" -# If there is no useful db support compile in, disable test -../db/have-db || exit 77 +echo "test can started" +set -x R=$1 tst=$2
