Просмотр исходного кода

No need to use virtualenv to test RabbitMQ projects anymore

Loïc Hoguin 10 лет назад
Родитель
Сommit
f634b7483c
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      test/Makefile

+ 0 - 6
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; \