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 ...@@ -38,11 +38,11 @@ if [[ $parallelism > 1 ]]; then
fi fi
if [[ $focus != "" ]]; then if [[ $focus != "" ]]; then
ginkgoflags="$ginkgoflags -focus='$focus' " ginkgoflags="$ginkgoflags -focus=\"$focus\" "
fi fi
if [[ $skip != "" ]]; then if [[ $skip != "" ]]; then
ginkgoflags="$ginkgoflags -skip='$skip' " ginkgoflags="$ginkgoflags -skip=\"$skip\" "
fi fi
if [[ $run_until_failure != "" ]]; then 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