do not make empty out

This commit is contained in:
klizhentas 2016-03-13 19:25:02 -07:00
parent f038b0a8b7
commit 43a0ee366e

View file

@ -13,7 +13,7 @@ build: bbox
-v "$$(pwd)/../":/gopath/src/github.com/gravitational/teleport \
-u $$(id -u):$$(id -g) \
$(BBOX) \
/bin/bash -c "make -C /gopath/src/github.com/gravitational/teleport OUT='$(OUT)' FLAGS='-cover -race' clean test all"
/bin/bash -c "make -C /gopath/src/github.com/gravitational/teleport FLAGS='-cover -race' clean test all"
#
# builds buildbox:1.0.0 Docker container which is Debian8 with Golang 1.4.2