1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

r12509: make the output for the buildfarm nicer

metze
(This used to be commit f03170cc52d8e196b878a3d3ddd2b8d0e633f487)
This commit is contained in:
Stefan Metzmacher 2005-12-27 10:48:27 +00:00 committed by Gerald (Jerry) Carter
parent 9b67a07e62
commit 1f8bb5bd85

View File

@ -7,4 +7,9 @@ fi
incdir=`dirname $0` incdir=`dirname $0`
. $incdir/test_functions.sh . $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