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:
@ -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"
|
||||
|
Reference in New Issue
Block a user