From 1bef014c2a3c9749955a574add94f4b86ab6612a Mon Sep 17 00:00:00 2001 From: Random-Liu Date: Tue, 22 Nov 2016 10:10:02 -0800 Subject: [PATCH] Fix remote node e2e focus. --- hack/make-rules/test-e2e-node.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/make-rules/test-e2e-node.sh b/hack/make-rules/test-e2e-node.sh index e98842dc3ec..d77385fd4ef 100755 --- a/hack/make-rules/test-e2e-node.sh +++ b/hack/make-rules/test-e2e-node.sh @@ -38,11 +38,11 @@ if [[ $parallelism > 1 ]]; then fi if [[ $focus != "" ]]; then - ginkgoflags="$ginkgoflags -focus='$focus' " + ginkgoflags="$ginkgoflags -focus=\"$focus\" " fi if [[ $skip != "" ]]; then - ginkgoflags="$ginkgoflags -skip='$skip' " + ginkgoflags="$ginkgoflags -skip=\"$skip\" " fi if [[ $run_until_failure != "" ]]; then