fix reported url in make test/test3
This commit is contained in:
parent
acb38cb82e
commit
ec92a80fdc
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -74,7 +74,7 @@ test:
|
|||
--source . /usr/bin/nosetests
|
||||
coverage2 report
|
||||
coverage2 html
|
||||
@echo Full coverage report in htmlcov/index.html
|
||||
@echo Full coverage report at file://$(CURDIR)/htmlcov/index.html
|
||||
|
||||
test3:
|
||||
coverage3 erase
|
||||
|
|
@ -83,7 +83,7 @@ test3:
|
|||
/usr/bin/nosetests-3
|
||||
coverage3 report --rcfile .coveragerc3
|
||||
coverage3 html --rcfile .coveragerc3
|
||||
@echo Full coverage report at file://${PWD}/htmlcov/index.html
|
||||
@echo Full coverage report at file://$(CURDIR)/htmlcov/index.html
|
||||
|
||||
test-tarball:
|
||||
@rm -rf .koji-$(VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue