summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansible.com>2014-10-02 13:43:36 -0400
committerMichael DeHaan <michael@ansible.com>2014-10-02 13:43:36 -0400
commit367f70fb174e8a2e3e9473bc03ac6703b4e31560 (patch)
treebca5c8005e65ef7223593ef1bdc8274695c69c2d /Makefile
parent1aa338a353db7f5ce3e14464c110bb6e98562138 (diff)
downloadansible-367f70fb174e8a2e3e9473bc03ac6703b4e31560.tar.gz
Fix target in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1d001104e..1ecda3e8e6 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ tests:
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
newtests:
- PYTHONPATH=./lib $(NOSETESTS) -d -w lib/v2/test -v
+ PYTHONPATH=./lib/v2/ $(NOSETESTS) -d -w lib/v2/tests -v
authors: