mirror of
https://github.com/golang/go
synced 2024-11-12 09:20:22 -07:00
build: Drop syslog on DISABLE_NET_TESTS=1
Even if local, it requires communication with a daemon which may not be available. This is creating problems for getting an Ubuntu package going in Launchpad's PPA. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/3989062
This commit is contained in:
parent
4521782514
commit
13c95f452e
@ -187,7 +187,7 @@ NOBENCH=\
|
||||
|
||||
# Disable tests that depend on an external network.
|
||||
ifeq ($(DISABLE_NET_TESTS),1)
|
||||
NOTEST+=http net
|
||||
NOTEST+=http net syslog
|
||||
endif
|
||||
|
||||
# Disable tests that windows cannot run yet.
|
||||
|
Loading…
Reference in New Issue
Block a user