ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/run_tests.bat
Revision: 1.5
Committed: Sat Apr 2 15:57:24 2016 UTC (8 years ago) by schorsch
Content type: text/plain
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad5R1, rad5R3, HEAD
Changes since 1.4: +1 -3 lines
Log Message:
test cases and data for some more scripts.

File Contents

# User Rev Content
1 schorsch 1.1 @echo off
2     setlocal
3 schorsch 1.5 python run_tests.py %*
4 schorsch 1.1 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
7     endlocal