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

abartlet at samba.org abartlet at samba.org
Thu Sep 29 00:48:48 GMT 2005


Author: abartlet
Date: 2005-09-29 00:48:48 +0000 (Thu, 29 Sep 2005)
New Revision: 10599

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

Log:
Use localhost again for now, until I trace where we are leaking name lookups.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-09-29 00:28:46 UTC (rev 10598)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-09-29 00:48:48 UTC (rev 10599)
@@ -7,7 +7,7 @@
 PASSWORD=penguin
 SRCDIR=`pwd`
 ROOT=$USER
-SERVER=localtest
+SERVER=localhost
 if test -z "$ROOT"; then
     ROOT=$LOGNAME
 fi



More information about the samba-cvs mailing list