mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix indent of ginkgo-e2e.sh
The condition of GINKGO_UNTIL_IT_FAILS didn't contain a valid indent. So this PR fixes it for readable code.
This commit is contained in:
parent
9af1ff3dce
commit
c39e231c29
@ -112,7 +112,7 @@ elif [[ ${GINKGO_PARALLEL} =~ ^[yY]$ ]]; then
|
||||
fi
|
||||
|
||||
if [[ "${GINKGO_UNTIL_IT_FAILS:-}" == true ]]; then
|
||||
ginkgo_args+=("--untilItFails=true")
|
||||
ginkgo_args+=("--untilItFails=true")
|
||||
fi
|
||||
|
||||
FLAKE_ATTEMPTS=1
|
||||
|
Loading…
Reference in New Issue
Block a user