diff --git a/test.bat b/test.bat index b5178d9..14ac458 100755 --- a/test.bat +++ b/test.bat @@ -14,5 +14,5 @@ :: along with this program. If not, see . @echo off set PYDIR=C:\Python26 -%PYDIR%\python.exe %PYDIR%\scripts\nosetests -v -m "^test_.*" tests/ +%PYDIR%\scripts\nosetests -v -m "^test_.*" tests/ @pause