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

abartlet at samba.org abartlet at samba.org
Thu Jan 12 21:51:03 GMT 2006


Author: abartlet
Date: 2006-01-12 21:51:02 +0000 (Thu, 12 Jan 2006)
New Revision: 12874

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

Log:
Try to give the startup a few more seconds, so that hosts with
gnutls-devel installed do not miss the first test.

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	2006-01-12 21:42:59 UTC (rev 12873)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-01-12 21:51:02 UTC (rev 12874)
@@ -182,7 +182,10 @@
  # give time for nbt server to register its names
  echo delaying for nbt name registration
  sleep 4
+ # This will return quickly when things are up, but be slow if we need to wait for (eg) SSL init 
  bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
+ bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
+ bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
 
  failed=0
 



More information about the samba-cvs mailing list