This commit is contained in:
11
test/raven-integration/burntest.bat
Normal file
11
test/raven-integration/burntest.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
SET /a VAR=0
|
||||
:HOME
|
||||
SET /a VAR=VAR+1
|
||||
|
||||
IF %VAR%==1000 goto :End
|
||||
|
||||
dotnet test
|
||||
|
||||
goto :HOME
|
||||
|
||||
:END
|
||||
Reference in New Issue
Block a user