diff options
Diffstat (limited to 'source4/script/tests/selftest.sh')
-rwxr-xr-x | source4/script/tests/selftest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index b3f22d773a..a4f38cb9dc 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -182,6 +182,9 @@ START=`date` # 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 |