diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2014-02-20 19:13:27 -0500 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2014-02-20 19:13:27 -0500 |
commit | f0dd04037729ca9a8839190dcce4f2c195dba59d (patch) | |
tree | 07ca2eb1300d8f83e6982da0f594935569327d58 /Makefile | |
parent | 2177b773c8d460f67582aa7fab1af08647816a79 (diff) | |
download | ansible-f0dd04037729ca9a8839190dcce4f2c195dba59d.tar.gz |
reconnect unit tests to 'make tests'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ NOSETESTS := nosetests all: clean python tests: - PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -v + PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -w test/units -v authors: sh hacking/authors.sh |