Commit 1bef014c authored by Random-Liu's avatar Random-Liu

Fix remote node e2e focus.

parent cc0406ca
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment