testrace won't run acceptance tests

This commit is contained in:
Mitchell Hashimoto 2014-07-10 13:33:57 -07:00
parent 485bc668bf
commit d257d3623f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ testacc: libucl
TF_ACC=1 go test $(TEST) -v $(TESTARGS)
testrace: libucl
go test -race $(TEST) $(TESTARGS)
TF_ACC= go test -race $(TEST) $(TESTARGS)
updatedeps:
go get -u -v ./...