Skip to content

Commit

Permalink
Make target for nosetests, no need to set library path for previous t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
Michael DeHaan committed Oct 2, 2014
1 parent afe1409 commit 1aa338a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ NOSETESTS ?= nosetests
all: clean python

tests:
PYTHONPATH=./lib ANSIBLE_LIBRARY=./lib/ansible/modules $(NOSETESTS) -d -w test/units -v
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v

newtests:
PYTHONPATH=./lib $(NOSETESTS) -d -w lib/v2/test -v


authors:
sh hacking/authors.sh
Expand Down

0 comments on commit 1aa338a

Please sign in to comment.