fix for makefile

This commit is contained in:
Erik Brakkee 2024-11-19 20:08:42 +01:00
parent 24b469c511
commit 1ee30c7db6

View File

@ -27,7 +27,7 @@ test: build
integrationtest: build integrationtest: build
mkdir -p testout mkdir -p testout
go test -count=1 ${TESTFLAGS} ./integrationtest/... -json 2>&1 | \ go test -count=1 ${TESTFLAGS} ./integrationtest/... -json 2>&1 | \
tee testou8t/integrationtests.json | sh filtertestjson tee testout/integrationtests.json | sh filtertestjson
go-junit-report < testout/integrationtests.json > testout/integrationtest.xml go-junit-report < testout/integrationtests.json > testout/integrationtest.xml
build: generate vet build: generate vet