Author: metze Date: 2005-12-27 10:48:27 +0000 (Tue, 27 Dec 2005) New Revision: 12509
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12509 Log: make the output for the buildfarm nicer metze Modified: branches/SAMBA_4_0/source/script/tests/test_pidl.sh Changeset: Modified: branches/SAMBA_4_0/source/script/tests/test_pidl.sh =================================================================== --- branches/SAMBA_4_0/source/script/tests/test_pidl.sh 2005-12-27 10:35:18 UTC (rev 12508) +++ branches/SAMBA_4_0/source/script/tests/test_pidl.sh 2005-12-27 10:48:27 UTC (rev 12509) @@ -7,4 +7,9 @@ incdir=`dirname $0` . $incdir/test_functions.sh -$PERL -MExtUtils::Command::MM -e "test_harness()" pidl/tests/*.pl || testok $0 1 + +for f in pidl/tests/*.pl; do + testit "$f" $PERL -MExtUtils::Command::MM -e "test_harness()" $f || failed=`expr $failed + 1` +done + +testok $0 $failed
