Correct call of nosetests on Windows systems.
This commit is contained in:
parent
45aff562bc
commit
a91aade7fd
2
test.bat
2
test.bat
|
@ -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:\Python26
|
set PYDIR=C:\Python26
|
||||||
%PYDIR%\python.exe %PYDIR%\scripts\nosetests -v -m "^test_.*" tests/
|
%PYDIR%\scripts\nosetests -v -m "^test_.*" tests/
|
||||||
@pause
|
@pause
|
||||||
|
|
Loading…
Reference in New Issue