fix for makefile
This commit is contained in:
parent
24b469c511
commit
1ee30c7db6
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user