mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Move subunit helper utility to specific subunit directory.
This commit is contained in:
parent
c024fb7d57
commit
8da78b7325
@ -252,7 +252,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 "|" $samba4srcdir/script/harness2subunit.pl
|
||||
plantest "pidl.`basename $f .pl`" none $PERL $f "|" $samba4srcdir/../lib/subunit/harness2subunit.pl
|
||||
done
|
||||
else
|
||||
echo "Skipping pidl tests - Test::More not installed"
|
||||
|
Loading…
Reference in New Issue
Block a user