--- ray/test/run_tests.bat 2016/04/01 22:07:55 1.4 +++ ray/test/run_tests.bat 2016/04/02 15:57:24 1.5 @@ -1,8 +1,6 @@ @echo off setlocal -set PATH="c:\program files\python 2.7";%PATH% -set PYTHONPATH="c:\program files\python 2.7\lib" -python run_tests.py %* -V +python run_tests.py %* if errorlevel 9009 echo you do not have python in your PATH REM color 00 causes this script to exit with non-zero exit status if errorlevel 1 color 00