Fix test batch file.

This commit is contained in:
Bastian Kleineidam 2010-11-20 14:00:58 +01:00
parent b6ef1a7638
commit 62c19ab8f5
1 changed files with 1 additions and 1 deletions

2
test.bat Executable file → Normal file
View File

@ -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