Explicitly disable acceptance tests for make test
This commit is contained in:
parent
d9dda40957
commit
10146a79b1
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ dev: libucl
|
||||||
libucl: vendor/libucl/$(LIBUCL_NAME)
|
libucl: vendor/libucl/$(LIBUCL_NAME)
|
||||||
|
|
||||||
test: libucl
|
test: libucl
|
||||||
go test $(TEST) $(TESTARGS) -timeout=10s
|
TF_ACC= go test $(TEST) $(TESTARGS) -timeout=10s
|
||||||
|
|
||||||
testacc: libucl
|
testacc: libucl
|
||||||
@if [ "$(TEST)" = "./..." ]; then \
|
@if [ "$(TEST)" = "./..." ]; then \
|
||||||
|
|
Loading…
Reference in New Issue