1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r12509: make the output for the buildfarm nicer

metze
(This used to be commit f03170cc52)
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/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