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.
pull/6/head
Ken'ichi Ohmichi 2017-07-31 15:10:00 -07:00
parent 9af1ff3dce
commit c39e231c29
1 changed files with 1 additions and 1 deletions

View File

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