r25365: Clearer test names
authorJelmer Vernooij <jelmer@samba.org>
Wed, 26 Sep 2007 23:44:50 +0000 (23:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:19 +0000 (15:07 -0500)
(This used to be commit 85a8c105a4c0a612478b2dd07ea33b4689e6bb80)

source4/selftest/test_pidl.sh
source4/selftest/test_simple.sh

index 57e7f58966906534dbd31bf313a1c19ff645bba9..1c68acf053f526410ed6eeebc55f868faf823a91 100755 (executable)
@@ -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 $samba4srcdir/pidl/tests/*.pl; do
-     plantest "`basename $f`" none $PERL $f "|" $samba4srcdir/script/harness2subunit.pl
+     plantest "pidl/`basename $f`" none $PERL $f "|" $samba4srcdir/script/harness2subunit.pl
   done
 else 
    echo "Skipping pidl tests - Test::More not installed"
index 44e19d5b2cffbd4a2d6012597999c2a29daf2c4a..3532cba18043a72ca35a9890ca49b8aa42172a8b 100755 (executable)
@@ -9,5 +9,5 @@ incdir=`dirname $0`
 tests="BASE-RW1"
 
 for t in $tests; do
-    plantest "$t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
+    plantest "ntvfs/simple $t" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/simple -U"\$USERNAME"%"\$PASSWORD" $t
 done