Makefile: fix make test-e2e-node example

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
pull/6/head
Antonio Murdaca 2017-02-01 13:07:07 +01:00
parent 47320fd3f0
commit 19b12806f8
No known key found for this signature in database
GPG Key ID: B2BEAD150DE936B9
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ define TEST_E2E_NODE_HELP_INFO
# Example:
# make test-e2e-node FOCUS=Kubelet SKIP=container
# make test-e2e-node REMOTE=true DELETE_INSTANCES=true
# make test-e2e-node TEST_ARGS="--cgroups-per-qos=true"
# make test-e2e-node TEST_ARGS='--kubelet-flags="--cgroups-per-qos=true"'
# Build and run tests.
endef
.PHONY: test-e2e-node