ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/run_tests.bat
Revision: 1.4
Committed: Fri Apr 1 22:07:55 2016 UTC (8 years ago) by schorsch
Content type: text/plain
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
data files for test_falsecolor

File Contents

# User Rev Content
1 schorsch 1.1 @echo off
2     setlocal
3 schorsch 1.2 set PATH="c:\program files\python 2.7";%PATH%
4     set PYTHONPATH="c:\program files\python 2.7\lib"
5 schorsch 1.4 python run_tests.py %* -V
6 schorsch 1.1 if errorlevel 9009 echo you do not have python in your PATH
7     REM color 00 causes this script to exit with non-zero exit status
8     if errorlevel 1 color 00
9     endlocal