From 62c19ab8f5483a4d1470f2d904816f105b94bc3e Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 20 Nov 2010 14:00:58 +0100 Subject: [PATCH] Fix test batch file. --- test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 test.bat diff --git a/test.bat b/test.bat old mode 100755 new mode 100644 index 3b2f227..b9d3ef4 --- a/test.bat +++ b/test.bat @@ -14,5 +14,5 @@ :: along with this program. If not, see . @echo off set PYDIR=C:\Python27 -%PYDIR%\scripts\nosetests -v -m "^test_.*" tests/ +%PYDIR%\python.exe %PYDIR%\scripts\nosetests -v -m "^test_.*" tests/ @pause