From 02912075518a38cafc8c9815d20d2e61b72fa9d1 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Sat, 8 Sep 2018 19:15:28 +0100 Subject: [PATCH] Fix JUnit e2e test output Signed-off-by: James Munnelly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8e18e80f..956b27378 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ e2e_test: -cloudflare-api-key=$${CLOUDFLARE_E2E_API_TOKEN} \ -acme-cloudflare-domain=$${CLOUDFLARE_E2E_DOMAIN} \ -pebble-image-repo=$(PEBBLE_IMAGE_REPO) \ - -report-dir=./_artifacts + -report-dir="$${ARTIFACTS:-./_artifacts}" # Docker targets ################