Commit 168e3cf6 by James Cammarata

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

This reverts commit 6f1a58ab.
parent 6f1a58ab
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment