diff options
author | Michael DeHaan <michael@ansible.com> | 2014-10-02 13:43:36 -0400 |
---|---|---|
committer | Michael DeHaan <michael@ansible.com> | 2014-10-02 13:43:36 -0400 |
commit | 367f70fb174e8a2e3e9473bc03ac6703b4e31560 (patch) | |
tree | bca5c8005e65ef7223593ef1bdc8274695c69c2d /Makefile | |
parent | 1aa338a353db7f5ce3e14464c110bb6e98562138 (diff) | |
download | ansible-367f70fb174e8a2e3e9473bc03ac6703b4e31560.tar.gz |
Fix target in makefile
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=./lib $(NOSETESTS) -d -w lib/v2/test -v + PYTHONPATH=./lib/v2/ $(NOSETESTS) -d -w lib/v2/tests -v authors: |