mirror of
https://github.com/golang/go
synced 2024-11-22 06:34:40 -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.
|
# Disable tests that depend on an external network.
|
||||||
ifeq ($(DISABLE_NET_TESTS),1)
|
ifeq ($(DISABLE_NET_TESTS),1)
|
||||||
NOTEST+=http net
|
NOTEST+=http net syslog
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Disable tests that windows cannot run yet.
|
# Disable tests that windows cannot run yet.
|
||||||
|
Loading…
Reference in New Issue
Block a user