summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-27 16:27:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:53 -0500
commit8a1d019f53ef6d1a6900a005b335bdc10d14bbe4 (patch)
tree6287922e476444ea86af7e9f834b531af77b8c63 /source4/selftest
parent01ab492d286e40dd2118b6755223d7bdad2fec92 (diff)
downloadsamba-8a1d019f53ef6d1a6900a005b335bdc10d14bbe4.tar.gz
samba-8a1d019f53ef6d1a6900a005b335bdc10d14bbe4.tar.bz2
samba-8a1d019f53ef6d1a6900a005b335bdc10d14bbe4.zip
r24709: Convert perl test harness output to subunit for nicer display.
(This used to be commit 1be11bd0a5092ad9102587ea206388234983c479)
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/test_pidl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/test_pidl.sh b/source4/selftest/test_pidl.sh
index ca11db590f..6a20cd9fc8 100755
--- a/source4/selftest/test_pidl.sh
+++ b/source4/selftest/test_pidl.sh
@@ -11,7 +11,7 @@ if test x"${PIDL_TESTS_SKIP}" = x"yes"; then
echo "Skipping pidl tests - PIDL_TESTS_SKIP=yes"
elif $PERL -e 'eval require Test::More;' > /dev/null 2>&1; then
for f in pidl/tests/*.pl; do
- plantest "$f" none $PERL $f
+ plantest "$f" none $PERL $f "|" ./script/harness2subunit.pl
done
else
echo "Skipping pidl tests - Test::More not installed"