diff options
-rw-r--r-- | test/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
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; \ |