mirror of https://github.com/golang/go.git
all-qemu.bash: remove DISABLE_NET_TESTS
It's no longer used. R=adg CC=golang-dev https://golang.org/cl/4426061
This commit is contained in:
parent
63d531a83e
commit
f813702f6d
|
|
@ -6,7 +6,6 @@
|
|||
# Run all.bash but exclude tests that depend on functionality
|
||||
# missing in QEMU's system call emulation.
|
||||
|
||||
export DISABLE_NET_TESTS=1 # no external network
|
||||
export NOTEST=""
|
||||
|
||||
NOTEST="$NOTEST big" # xxx
|
||||
|
|
|
|||
Loading…
Reference in New Issue