ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/run_tests.bat
(Generate patch)

Comparing ray/test/run_tests.bat (file contents):
Revision 1.4 by schorsch, Fri Apr 1 22:07:55 2016 UTC vs.
Revision 1.5 by schorsch, Sat Apr 2 15:57:24 2016 UTC

# Line 1 | Line 1
1   @echo off
2   setlocal
3 < set PATH="c:\program files\python 2.7";%PATH%
4 < set PYTHONPATH="c:\program files\python 2.7\lib"
5 < python run_tests.py %* -V
3 > python run_tests.py %*
4   if errorlevel 9009 echo you do not have python in your PATH
5   REM color 00 causes this script to exit with non-zero exit status
6   if errorlevel 1 color 00

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines