Correct call of nosetests on Windows systems.

This commit is contained in:
Bastian Kleineidam 2010-03-04 14:57:38 +01:00
parent 45aff562bc
commit a91aade7fd
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@
:: along with this program. If not, see <http://www.gnu.org/licenses/>.
@echo off
set PYDIR=C:\Python26
%PYDIR%\python.exe %PYDIR%\scripts\nosetests -v -m "^test_.*" tests/
%PYDIR%\scripts\nosetests -v -m "^test_.*" tests/
@pause