diff --git a/Makefile b/Makefile index 7b43608..4067ca0 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ test: build integrationtest: build mkdir -p testout 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 build: generate vet