Fix position of $(TESTFLAGS) in Makefile
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
3a65d238a9
commit
dd71165fc6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -91,7 +91,7 @@ test: validate install bundles-rootfs
|
||||||
go test -bench=. -v $(shell go list ./... | grep -v /vendor | grep -v /integration-test ) -runtime=$(RUNTIME)
|
go test -bench=. -v $(shell go list ./... | grep -v /vendor | grep -v /integration-test ) -runtime=$(RUNTIME)
|
||||||
ifneq ($(wildcard /.dockerenv), )
|
ifneq ($(wildcard /.dockerenv), )
|
||||||
cd integration-test ; \
|
cd integration-test ; \
|
||||||
go test -check.v -check.timeout=$(TEST_TIMEOUT) timeout=$(TEST_SUITE_TIMEOUT) $(TESTFLAGS) github.com/docker/containerd/integration-test
|
go test -check.v -check.timeout=$(TEST_TIMEOUT) $(TESTFLAGS) timeout=$(TEST_SUITE_TIMEOUT) github.com/docker/containerd/integration-test
|
||||||
endif
|
endif
|
||||||
|
|
||||||
bench: shim validate install bundles-rootfs
|
bench: shim validate install bundles-rootfs
|
||||||
|
|
Loading…
Add table
Reference in a new issue