fixed test output name
This commit is contained in:
parent
25aa8e9249
commit
7c83cf0e3a
2
Makefile
2
Makefile
@ -26,7 +26,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 | \
|
||||||
go2junit - > testout/integrationtests.json
|
go2junit - > testout/integrationtest.xml
|
||||||
|
|
||||||
build: generate vet
|
build: generate vet
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
Loading…
Reference in New Issue
Block a user