From dd71165fc661d448856f208227a327bb71bf87d2 Mon Sep 17 00:00:00 2001 From: Kenfe-Mickael Laventure Date: Thu, 1 Sep 2016 11:29:00 -0700 Subject: [PATCH] Fix position of $(TESTFLAGS) in Makefile Signed-off-by: Kenfe-Mickael Laventure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a9cc0cbf..4aec3f075 100644 --- a/Makefile +++ b/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) ifneq ($(wildcard /.dockerenv), ) 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 bench: shim validate install bundles-rootfs