Skip to content

Commit

Permalink
Merge pull request #241 from euanh/fix-test-integration-jenkins-again
Browse files Browse the repository at this point in the history
Makefile: test-integration-jenkins must rebuild rttf
  • Loading branch information
ehazlett authored Jan 9, 2019
2 parents 0abb628 + 28eb743 commit 0cedde7
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 @@ -87,7 +87,7 @@ test-jenkins:
test-integration: rttf image $(EXTENSIONS)
@go test -timeout $(TEST_INTEGRATION_TIMEOUT) -v $(TEST_ARGS) ./test/integration/deploy/...

test-integration-jenkins: image $(EXTENSIONS)
test-integration-jenkins: rttf image $(EXTENSIONS)
@2>&1 go test -timeout $(TEST_INTEGRATION_TIMEOUT) -v $(TEST_ARGS) ./test/integration/deploy/... | go2xunit -output tests-integration.xml

check-integration-env:
Expand Down

0 comments on commit 0cedde7

Please sign in to comment.