fixed test output name

This commit is contained in:
Erik Brakkee 2024-11-20 21:42:51 +01:00
parent 25aa8e9249
commit 7c83cf0e3a

View File

@ -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