From 3d289bd214117d10388ebeba207ff7b51ebccc2c Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Sat, 24 Sep 2016 09:55:26 +0200 Subject: [PATCH] Makefile: add TESTFLAGS to test targets Signed-off-by: Antonio Murdaca --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f975fcce..e8395be7 100644 --- a/Makefile +++ b/Makefile @@ -52,10 +52,10 @@ dbuild: ocidimage docker rm ${OCID_INSTANCE} integration: ocidimage - docker run -t --privileged --rm -v ${CURDIR}:/go/src/${PROJECT} ${OCID_IMAGE} make localintegration + docker run -e TESTFLAGS -t --privileged --rm -v ${CURDIR}:/go/src/${PROJECT} ${OCID_IMAGE} make localintegration localintegration: binaries - ./test/test_runner.sh + ./test/test_runner.sh ${TESTFLAGS} binaries: ${OCID_LINK} ocid ocic conmon