From 7c83cf0e3a6d39040733730fbc7e57ae1fff9663 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 20 Nov 2024 21:42:51 +0100 Subject: [PATCH] fixed test output name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7d901f..054edab 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ test: build integrationtest: build mkdir -p testout go test -count=1 ${TESTFLAGS} ./integrationtest/... -json 2>&1 | \ - go2junit - > testout/integrationtests.json + go2junit - > testout/integrationtest.xml build: generate vet mkdir -p bin