Fix remote node e2e focus.

This commit is contained in:
Random-Liu 2016-11-22 10:10:02 -08:00
parent cc0406ca26
commit 1bef014c2a

View File

@ -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