From 28eb743ee949823833370f94669b60b8823cfc6b Mon Sep 17 00:00:00 2001 From: Euan Harris Date: Wed, 9 Jan 2019 08:05:45 -0800 Subject: [PATCH] Makefile: test-integration-jenkins must rebuild rttf Without this change, test-integration-jenkins is run with whatever old RTTF container happens to be available. Signed-off-by: Euan Harris --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02ef1a79..6dc68cb9 100644 --- a/Makefile +++ b/Makefile @@ -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: