| Revision: | 1.1 |
| Committed: | Sun Dec 7 20:40:51 2003 UTC (21 years, 11 months ago) by schorsch |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rad5R0, rad4R2P2, rad4R2P1, rad4R2, rad4R1, rad4R0, rad3R9, rad3R8, rad3R7P2, rad3R7P1, rad3R6P1, rad3R6 |
| Log Message: | First attempt at testing framework. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | schorsch | 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()" %* | ||
| 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 | ||
| 9 | endlocal |