Author: jelmer Date: 2007-09-26 23:44:50 +0000 (Wed, 26 Sep 2007) New Revision: 25365
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25365 Log: Clearer test names Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/selftest/test_pidl.sh branches/SAMBA_4_0/source/selftest/test_simple.sh Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/selftest/test_pidl.sh =================================================================== --- branches/SAMBA_4_0/source/selftest/test_pidl.sh 2007-09-26 23:36:07 UTC (rev 25364) +++ branches/SAMBA_4_0/source/selftest/test_pidl.sh 2007-09-26 23:44:50 UTC (rev 25365) @@ -11,7 +11,7 @@ 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" Modified: branches/SAMBA_4_0/source/selftest/test_simple.sh =================================================================== --- branches/SAMBA_4_0/source/selftest/test_simple.sh 2007-09-26 23:36:07 UTC (rev 25364) +++ branches/SAMBA_4_0/source/selftest/test_simple.sh 2007-09-26 23:44:50 UTC (rev 25365) @@ -9,5 +9,5 @@ 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
