mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Run nosetest -v on windows
This commit is contained in:
parent
a531f9a2b0
commit
1b1e4bea1f
1 changed files with 1 additions and 1 deletions
2
test.bat
2
test.bat
|
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
set PYTHON="c:\Python26\python.exe"
|
||||
%PYTHON% -3 c:\python26\scripts\nosetests -m "^test_.*" tests/
|
||||
%PYTHON% -3 c:\python26\scripts\nosetests -v -m "^test_.*" tests/
|
||||
@pause
|
||||
|
|
|
|||
Loading…
Reference in a new issue