--- ray/test/run_tests.bat 2016/03/10 01:49:56 1.2 +++ ray/test/run_tests.bat 2016/03/28 17:48:43 1.3 @@ -2,7 +2,7 @@ setlocal set PATH="c:\program files\python 2.7";%PATH% set PYTHONPATH="c:\program files\python 2.7\lib" -python -c "import run_all; run_all.main()" %* +python run_all.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