Commit c39e231c authored by Ken'ichi Ohmichi's avatar Ken'ichi Ohmichi

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.
parent 9af1ff3d
...@@ -112,7 +112,7 @@ elif [[ ${GINKGO_PARALLEL} =~ ^[yY]$ ]]; then ...@@ -112,7 +112,7 @@ elif [[ ${GINKGO_PARALLEL} =~ ^[yY]$ ]]; then
fi fi
if [[ "${GINKGO_UNTIL_IT_FAILS:-}" == true ]]; then if [[ "${GINKGO_UNTIL_IT_FAILS:-}" == true ]]; then
ginkgo_args+=("--untilItFails=true") ginkgo_args+=("--untilItFails=true")
fi fi
FLAKE_ATTEMPTS=1 FLAKE_ATTEMPTS=1
......
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