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

tridge at samba.org tridge at samba.org
Mon Jul 11 00:42:59 GMT 2005


Author: tridge
Date: 2005-07-11 00:42:59 +0000 (Mon, 11 Jul 2005)
New Revision: 8301

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

Log:
use ncalrpc: for ejs tests, to avoid name resolution timeouts as smbd is just starting up



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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_ejs.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2005-07-11 00:40:46 UTC (rev 8300)
+++ branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2005-07-11 00:42:59 UTC (rev 8301)
@@ -21,6 +21,6 @@
 export PATH
 
 for f in samr.js echo.js; do
-    testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncacn_np:$SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
+    testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncalrpc: -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
 done
 



More information about the samba-cvs mailing list