Skip to content

Commit

Permalink
Merge pull request openshift#1684 from openshift-cherrypick-robot/che…
Browse files Browse the repository at this point in the history
…rry-pick-1683-to-release-4.4

[release-4.4] Bug 1830160: Makefile: add -failfast to e2e-op
  • Loading branch information
openshift-merge-robot committed Jun 19, 2020
2 parents 0dace7a + 3a6f552 commit da87dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ Dockerfile.rhel7: Dockerfile Makefile

# This was copied from https://github.com/openshift/cluster-image-registry-operato
test-e2e:
go test -timeout 120m -v$${WHAT:+ -run="$$WHAT"} ./test/e2e/
go test -failfast -timeout 120m -v$${WHAT:+ -run="$$WHAT"} ./test/e2e/

0 comments on commit da87dd6

Please sign in to comment.