From f634b7483c1954170d5bdb3283b05981ed3e955e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 2 Jul 2015 19:05:35 +0200 Subject: No need to use virtualenv to test RabbitMQ projects anymore --- test/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 4c6f25e..f2beb86 100644 --- a/test/Makefile +++ b/test/Makefile @@ -237,15 +237,9 @@ pkg-$(1): pkg-$(1)-clean pkg-$(1)-app1 > app1/Makefile $t \ if [ "$(1)" = "amqp_client" ]; then \ - virtualenv -p python2.7 --distribute temp-python; \ - . temp-python/bin/activate; \ $(MAKE) -C app1 RABBITMQ_CLIENT_PATCH=1; \ - deactivate; \ elif [ "$(1)" = "rabbit" ]; then \ - virtualenv -p python2.7 --distribute temp-python; \ - . temp-python/bin/activate; \ $(MAKE) -C app1 RABBITMQ_SERVER_PATCH=1; \ - deactivate; \ else \ $(MAKE) -C app1; \ fi; \ -- cgit v1.2.3