summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansible.com>2014-10-02 13:47:25 -0400
committerMichael DeHaan <michael@ansible.com>2014-10-02 13:47:25 -0400
commitda01eef4dba4ff938f4f283821942ed18deae248 (patch)
tree11e8d26d050268acf76f541ce862dbe9d6af9fe5 /Makefile
parent367f70fb174e8a2e3e9473bc03ac6703b4e31560 (diff)
downloadansible-da01eef4dba4ff938f4f283821942ed18deae248.tar.gz
Move v2 out of the package tree so it does not yet appear.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ecda3e8e6..e228c1e9f6 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ tests:
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
newtests:
- PYTHONPATH=./lib/v2/ $(NOSETESTS) -d -w lib/v2/tests -v
+ PYTHONPATH=./v2/ $(NOSETESTS) -d -w v2/tests -v
authors: