From 1f4ef360a0e9de18c96d2c2ba0adf8fb564dcf2f Mon Sep 17 00:00:00 2001 From: aviau Date: Mon, 10 Aug 2015 15:38:37 -0400 Subject: [PATCH] start-mongo for integration tests Change-Id: Id57be3c09da8eb21186bccb73fc09c35edac4253 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97a4982..aa881d6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ test: clean start-mongo tox sudo docker stop surveil_test_mongo -integration: clean +integration: clean start-mongo tox -eintegration sudo docker stop surveil_test_mongo