svn commit: samba r3305 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Thu Oct 28 04:01:45 GMT 2004


Author: tridge
Date: 2004-10-28 04:01:45 +0000 (Thu, 28 Oct 2004)
New Revision: 3305

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/script/tests&rev=3305&nolog=1

Log:
added ncalrpc to the list of rpc transports tested by test_echo.sh, so
it gets regularly tested when I make changes.

Modified:
   branches/SAMBA_4_0/source/script/tests/test_echo.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_echo.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_echo.sh	2004-10-28 04:00:43 UTC (rev 3304)
+++ branches/SAMBA_4_0/source/script/tests/test_echo.sh	2004-10-28 04:01:45 UTC (rev 3305)
@@ -24,7 +24,7 @@
    rm -f test.$$;
 }
 
-for transport in ncacn_np ncacn_ip_tcp; do
+for transport in ncalrpc ncacn_np ncacn_ip_tcp; do
  for bindoptions in connect sign seal sign,seal validate padcheck bigendian bigendian,seal; do
   for ntlmoptions in \
         "--option=ntlmssp_client:ntlm2=yes" \



More information about the samba-cvs mailing list