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:
parent
9b67a07e62
commit
1f8bb5bd85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user