From 7c2fa2b68e2deb7c62d0a0dd023d74a1f1b22e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 18 Jun 2015 12:10:36 +0200 Subject: Add RABBITMQ_SERVER_PATCH for rabbitmq-server support --- test/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 0d85e72..3039a70 100644 --- a/test/Makefile +++ b/test/Makefile @@ -239,6 +239,11 @@ pkg-$(1): pkg-$(1)-clean pkg-$(1)-app1 source temp-python/bin/activate; \ $(MAKE) -C app1 RABBITMQ_CLIENT_PATCH=1; \ deactivate; \ + elif [ "$(1)" = "rabbit" ]; then \ + virtualenv -p /usr/bin/python2.7 --distribute temp-python; \ + source temp-python/bin/activate; \ + $(MAKE) -C app1 RABBITMQ_SERVER_PATCH=1; \ + deactivate; \ else \ $(MAKE) -C app1; \ fi; \ -- cgit v1.2.3