summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Cammarata <jcammarata@ansibleworks.com>2014-02-26 09:30:16 -0600
committerJames Cammarata <jcammarata@ansibleworks.com>2014-02-26 09:30:16 -0600
commit168e3cf68576cdf894c39de5acc496c3380e5059 (patch)
tree0d6d4f4d33016d099a42657f446f2e070992b397 /Makefile
parent6f1a58abd35bb7855bf87638b4f99a58e1cb6afd (diff)
downloadansible-168e3cf68576cdf894c39de5acc496c3380e5059.tar.gz
Revert "Adding a Makefile target for integration tests - "make integration""
This reverts commit 6f1a58abd35bb7855bf87638b4f99a58e1cb6afd.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fcb1f15860..982cd143b2 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