1
0
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:
Gustavo Niemeyer 2011-02-08 23:50:23 -05:00 committed by Russ Cox
parent 4521782514
commit 13c95f452e

View File

@ -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.