summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-10-16 00:08:28 +0200
committerToshio Kuratomi <toshio@fedoraproject.org>2014-10-16 00:08:28 +0200
commit938b2108d04183cc8a5358835cbff3b92222a51f (patch)
treeab6d5474fc0fb8961d2ec2e1ced33f680eb56a5c /Makefile
parentAdd new class stubs (diff)
downloadansible-938b2108d04183cc8a5358835cbff3b92222a51f.tar.xz
ansible-938b2108d04183cc8a5358835cbff3b92222a51f.zip
Move the v2 tests under the v2 tree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b7c84a51fc..ec2742f89d 100644
--- a/Makefile
+++ b/Makefile
@@ -96,10 +96,10 @@ tests:
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v # Could do: --with-coverage --cover-package=ansible
newtests:
- PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w test/v2 -v --with-coverage --cover-package=ansible
+ PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w v2/test -v --with-coverage --cover-package=ansible
newtests-py3:
- PYTHONPATH=./v2:./lib $(NOSETESTS3) -d -w test/v2 -v --with-coverage --cover-package=ansible
+ PYTHONPATH=./v2:./lib $(NOSETESTS3) -d -w v2/test -v --with-coverage --cover-package=ansible
authors:
sh hacking/authors.sh