Merge pull request #4938 from hashicorp/b-fix-make

make: Fix invocation of vault e2e test
This commit is contained in:
Danielle Tomlinson
2018-11-29 21:15:06 +01:00
committed by GitHub

View File

@@ -277,7 +277,7 @@ e2e-test: dev ## Run the Nomad e2e test suite
$(if $(ENABLE_RACE),-race) $(if $(VERBOSE),-v) \
-cover \
-timeout=900s \
github.com/hashicorp/nomad/e2e/vault/
github.com/hashicorp/nomad/e2e/vault/ \
-integration
.PHONY: clean