Files
raven/test/raven-integration/burntest.bat
2018-10-09 23:00:53 +00:00

11 lines
195 B
Batchfile

SET /a VAR=0
:HOME
SET /a VAR=VAR+1
rem 1000 runs in local debug mode server is about 6 hours at current test pace with huge data
IF %VAR%==1000 goto :End
dotnet test
goto :HOME
:END