summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansible.com>2014-10-06 15:27:41 -0400
committerMichael DeHaan <michael@ansible.com>2014-10-06 16:29:18 -0400
commitf066e361f1a5404c1767c803fa67777deabd29af (patch)
tree68136c2d116d93a1b06a361ce00b260b9625a6cf /Makefile
parentf3714c88a6c748145066f335e9fb8109ed9c748d (diff)
downloadansible-f066e361f1a5404c1767c803fa67777deabd29af.tar.gz
WIP on data structure processing patterns.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7702f5162d..b659e044f8 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ tests:
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
newtests:
- PYTHONPATH=./v2 $(NOSETESTS) -d -w test/v2 -v
+ PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w test/v2 -v
authors: