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