svn commit: samba r24905 - in branches/SAMBA_4_0: . source/selftest

jelmer at samba.org jelmer at samba.org
Sun Sep 2 18:26:01 GMT 2007


Author: jelmer
Date: 2007-09-02 18:25:59 +0000 (Sun, 02 Sep 2007)
New Revision: 24905

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24905

Log:
Actually run the transport-independent tests, rather than just the transport-dependent ones again...
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/selftest/test_rpc.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_rpc.sh
===================================================================
--- branches/SAMBA_4_0/source/selftest/test_rpc.sh	2007-09-02 18:18:16 UTC (rev 24904)
+++ branches/SAMBA_4_0/source/selftest/test_rpc.sh	2007-09-02 18:25:59 UTC (rev 24905)
@@ -38,7 +38,7 @@
 done
 
 for bindoptions in "" $VALIDATE bigendian; do
- for t in $tests; do
+ for t in $auto_rpc_tests; do
   plantest "$t with $bindoptions" dc $VALGRIND $samba4bindir/smbtorture $TORTURE_OPTIONS "\$SERVER[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W \$DOMAIN $t "$*"
  done
 done



More information about the samba-cvs mailing list