diff options
author | Michael DeHaan <michael@ansible.com> | 2014-10-06 15:27:41 -0400 |
---|---|---|
committer | Michael DeHaan <michael@ansible.com> | 2014-10-06 16:29:18 -0400 |
commit | f066e361f1a5404c1767c803fa67777deabd29af (patch) | |
tree | 68136c2d116d93a1b06a361ce00b260b9625a6cf /Makefile | |
parent | f3714c88a6c748145066f335e9fb8109ed9c748d (diff) | |
download | ansible-f066e361f1a5404c1767c803fa67777deabd29af.tar.gz |
WIP on data structure processing patterns.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |