Add -- flag to test-e2e to send flags to kubetest

pull/6/head
Erick Fejta 2017-02-09 21:54:11 -08:00
parent f17a5d38c2
commit 159a46c374
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ test-e2e:
@echo "$$TEST_E2E_HELP_INFO"
else
test-e2e: ginkgo generated_files
go run hack/e2e.go -v --build --up --test --down
go run hack/e2e.go -- -v --build --up --test --down
endif
define TEST_E2E_NODE_HELP_INFO