r17880: On host "tridge" in the build farm the tests fail because smbd hangs in in
authorVolker Lendecke <vlendec@samba.org>
Mon, 28 Aug 2006 07:56:15 +0000 (07:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:57 +0000 (11:38 -0500)
'connecting to cups server on localhost'. There is no cups on that host, but
the TCP connection hangs in SYN_SENT. Probably some firewall rule.

Work around that.

Volker

source/script/tests/selftest.sh

index d7a2db5eb6422a476140643e7fde8aeed712592d..38aa4d2727087b132d903736e102ccb0d6716899 100755 (executable)
@@ -117,6 +117,9 @@ cat >$SERVERCONFFILE<<EOF
 
        kernel oplocks = no
 
+       printing = bsd
+       printcap name = /dev/null
+
 [tmp]
        path = $PREFIX_ABS/tmp
        read only = no