summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2014-02-20 19:13:27 -0500
committerMichael DeHaan <michael@ansibleworks.com>2014-02-20 19:13:27 -0500
commitf0dd04037729ca9a8839190dcce4f2c195dba59d (patch)
tree07ca2eb1300d8f83e6982da0f594935569327d58 /Makefile
parent2177b773c8d460f67582aa7fab1af08647816a79 (diff)
downloadansible-f0dd04037729ca9a8839190dcce4f2c195dba59d.tar.gz
reconnect unit tests to 'make tests'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20f54855ab..5fa223e2ae 100644
--- a/Makefile
+++ b/Makefile
@@ -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