mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-23 09:20:30 +00:00
Run nose test with verbose option.
This commit is contained in:
parent
4ee0fb0181
commit
2bce793bbc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -126,7 +126,7 @@ sign_distfiles:
|
|||
|
||||
.PHONY: test
|
||||
test: localbuild
|
||||
nosetests -m "^test_.*" $(TESTS)
|
||||
nosetests -v -m "^test_.*" $(TESTS)
|
||||
|
||||
.PHONY: pyflakes
|
||||
pyflakes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue