Revert "Adding a Makefile target for integration tests - "make integration""

This reverts commit 6f1a58abd3.
This commit is contained in:
James Cammarata 2014-02-26 09:30:16 -06:00
parent 6f1a58abd3
commit 168e3cf685

View file

@ -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