1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

Rename harness2subunit.pl -> tap2subunit to be consistent with the

subunit tools.
This commit is contained in:
Jelmer Vernooij
2009-05-13 18:48:44 +02:00
parent 4bf988105b
commit 87bbae7b07
2 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,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 $samba4srcdir/../pidl/tests/*.pl; do
plantest "pidl.`basename $f .pl`" none $PERL $f "|" $PERL $samba4srcdir/../lib/subunit/harness2subunit.pl
plantest "pidl.`basename $f .pl`" none $PERL $f "|" $PERL $samba4srcdir/../lib/subunit/tap2subunit
done
else
echo "Skipping pidl tests - Test::More not installed"