Skip to content

Latest commit

 

History

History
executable file
·
2 lines (2 loc) · 146 Bytes

launch_harness.cmd

File metadata and controls

executable file
·
2 lines (2 loc) · 146 Bytes
 
1
2
start /wait testharness.exe --config testsprite2_crashtest.config > testrun.log 2>&1
if %ERRORLEVEL% NEQ 0 echo TEST RUN FAILED (see testrun.log)