summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansible.com>2014-10-02 19:47:25 +0200
committerMichael DeHaan <michael@ansible.com>2014-10-02 19:47:25 +0200
commitda01eef4dba4ff938f4f283821942ed18deae248 (patch)
tree11e8d26d050268acf76f541ce862dbe9d6af9fe5 /Makefile
parentFix target in makefile (diff)
downloadansible-da01eef4dba4ff938f4f283821942ed18deae248.tar.xz
ansible-da01eef4dba4ff938f4f283821942ed18deae248.zip
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: