Skip to content

Commit

Permalink
add -failFast flag to ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
polefishu committed Apr 12, 2020
1 parent 92111c7 commit 09dfb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ -z $TEST_TIMEOUT ]]; then
fi

echo "run e2e tests..."
e2ecmd="cd ${GOPATH}/src/${REPO_PATH} && ginkgo -v --mod=vendor --skip=${GINKGO_SKIP} --timeout=${TEST_TIMEOUT} test/e2e/... -- --rename-command-path=${GOPATH}/src/${REPO_PATH}/test/e2e --rename-command-file=rename.conf"
e2ecmd="cd ${GOPATH}/src/${REPO_PATH} && ginkgo -v --mod=vendor --failFast --skip=${GINKGO_SKIP} --timeout=${TEST_TIMEOUT} test/e2e/... -- --rename-command-path=${GOPATH}/src/${REPO_PATH}/test/e2e --rename-command-file=rename.conf"
echo "${e2ecmd}"
eval "${e2ecmd}"

Expand Down

0 comments on commit 09dfb7e

Please sign in to comment.