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.1 by schorsch, Sun Dec 7 20:40:51 2003 UTC vs.
Revision 1.2 by schorsch, Thu Mar 10 01:49:56 2016 UTC

# Line 1 | Line 1
1   @echo off
2   setlocal
3 < set PATH=%PATH%;c:\programme\python
4 < set PYTHONPATH=%PYTHONPATH%;h:\src\lang\Python-2.2.1\Lib
5 < python -c "import run_all_exe; run_all_exe.main()" %*
3 > set PATH="c:\program files\python 2.7";%PATH%
4 > set PYTHONPATH="c:\program files\python 2.7\lib"
5 > python -c "import run_all; run_all.main()" %*
6   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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines