mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix target in makefile
This commit is contained in:
parent
1aa338a353
commit
367f70fb17
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -94,7 +94,7 @@ tests:
|
||||||
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
|
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
|
||||||
|
|
||||||
newtests:
|
newtests:
|
||||||
PYTHONPATH=./lib $(NOSETESTS) -d -w lib/v2/test -v
|
PYTHONPATH=./lib/v2/ $(NOSETESTS) -d -w lib/v2/tests -v
|
||||||
|
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
|
|
Loading…
Reference in a new issue