Move subunit helper utility to specific subunit directory.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 7 Oct 2008 23:48:44 +0000 (01:48 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 8 Oct 2008 00:19:59 +0000 (02:19 +0200)
lib/unit [moved from source4/script/harness2subunit.pl with 100% similarity]
source4/selftest/samba4_tests.sh

similarity index 100%
rename from source4/script/harness2subunit.pl
rename to lib/unit
index bfe386af69d71bab79ea41126adfff8e38193c6f..7ddaf9f9964e3972c50554154b5dcfb68425bd45 100755 (executable)
@@ -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"