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

metze at samba.org metze at samba.org
Sun Mar 26 10:53:05 GMT 2006


Author: metze
Date: 2006-03-26 10:53:04 +0000 (Sun, 26 Mar 2006)
New Revision: 14738

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

Log:
do some different lookups

metze
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-03-26 01:37:31 UTC (rev 14737)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-03-26 10:53:04 UTC (rev 14738)
@@ -188,12 +188,12 @@
  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 $SERVER
  bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
- bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
- bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
- bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
- bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
- bin/nmblookup $CONFIGURATION -U $SERVER $SERVER
+ bin/nmblookup $CONFIGURATION $SERVER
+ bin/nmblookup $CONFIGURATION -U $SERVER $NETBIOSNAME
+ bin/nmblookup $CONFIGURATION $NETBIOSNAME
+ bin/nmblookup $CONFIGURATION -U $SERVER $NETBIOSNAME
 
  failed=0
 



More information about the samba-cvs mailing list