From 168e3cf68576cdf894c39de5acc496c3380e5059 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Wed, 26 Feb 2014 09:30:16 -0600 Subject: [PATCH] Revert "Adding a Makefile target for integration tests - "make integration"" This reverts commit 6f1a58abd35bb7855bf87638b4f99a58e1cb6afd. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index fcb1f158606..982cd143b27 100644 --- a/Makefile +++ b/Makefile @@ -61,9 +61,6 @@ NOSETESTS ?= nosetests all: clean python -integration: - (cd test/integration; make all) - tests: PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -w test/units -v