From 1f8bb5bd8552bb02204225e312ab36e7844920c1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 27 Dec 2005 10:48:27 +0000 Subject: r12509: make the output for the buildfarm nicer metze (This used to be commit f03170cc52d8e196b878a3d3ddd2b8d0e633f487) --- source4/script/tests/test_pidl.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source4/script/tests/test_pidl.sh b/source4/script/tests/test_pidl.sh index 06f9617ec9f..c48acf98cfa 100755 --- a/source4/script/tests/test_pidl.sh +++ b/source4/script/tests/test_pidl.sh @@ -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 -- cgit