From 7f8285055f0dc919e223092cd0680d9026e5c532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D0=BD=D0=B4=D0=B0=D1=80=D0=B5=D0=B2=20=D0=98?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD?= Date: Sun, 3 Jun 2018 19:52:15 +0200 Subject: [PATCH] fix for fucking tortoisegit --- _GenerateAllSetups.bat | 6 +----- _RebuildReleaseAndRunTests.bat | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/_GenerateAllSetups.bat b/_GenerateAllSetups.bat index 1376404f9..e6948d4e4 100644 --- a/_GenerateAllSetups.bat +++ b/_GenerateAllSetups.bat @@ -50,11 +50,7 @@ ExecHide.exe gacutil.exe /i ..\bin\Lib\PABCRtl.dll cd ..\bin REM MPGORunner.exe -TestRunner.exe 1 -TestRunner.exe 2 -TestRunner.exe 3 -TestRunner.exe 4 -TestRunner.exe 5 +TestRunner.exe cd ..\ReleaseGenerators PascalABCNET_ALL.bat diff --git a/_RebuildReleaseAndRunTests.bat b/_RebuildReleaseAndRunTests.bat index 7c11ea932..24e33ade6 100644 --- a/_RebuildReleaseAndRunTests.bat +++ b/_RebuildReleaseAndRunTests.bat @@ -33,11 +33,7 @@ ExecHide.exe gacutil.exe /i ..\bin\Lib\PABCRtl.dll cd ..\bin REM MPGORunner.exe -TestRunner.exe 1 -TestRunner.exe 2 -TestRunner.exe 3 -TestRunner.exe 4 -TestRunner.exe 5 +TestRunner.exe cd .. GOTO EXIT