Fix test batch file.
This commit is contained in:
parent
b6ef1a7638
commit
62c19ab8f5
|
@ -14,5 +14,5 @@
|
||||||
:: along with this program. If not, see <http://www.gnu.org/licenses/>.
|
:: along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
@echo off
|
@echo off
|
||||||
set PYDIR=C:\Python27
|
set PYDIR=C:\Python27
|
||||||
%PYDIR%\scripts\nosetests -v -m "^test_.*" tests/
|
%PYDIR%\python.exe %PYDIR%\scripts\nosetests -v -m "^test_.*" tests/
|
||||||
@pause
|
@pause
|
||||||
|
|
Loading…
Reference in New Issue