mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Fix remote node e2e focus.
This commit is contained in:
parent
cc0406ca26
commit
1bef014c2a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user