1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-23 12:18:48 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-10-28 19:39:57 +03:00
parent 35811b0c72
commit d3a93a656a
5 changed files with 5238 additions and 5230 deletions
service/dictionaries
src/en
OInt/tools/Modules
OPI/src/CommonModules/OPI_TestDataRetrieval

File diff suppressed because it is too large Load Diff

@ -495,8 +495,6 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options) Export
Result = ReadJSON(JSONReader, True);
JSONReader.Close();
DeleteFiles(ResultFile);
Except
Message(DetailErrorDescription(ErrorInfo()));
@ -511,6 +509,12 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options) Export
WriteCLICall(Library, Method, Options);
Try
DeleteFiles(ResultFile);
Except
Message("Failed to delete the temporary file after the test!");
EndTry;
Return Result;
EndFunction

@ -495,8 +495,6 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options) Export
Result = ReadJSON(JSONReader, True);
JSONReader.Close();
DeleteFiles(ResultFile);
Except
Message(DetailErrorDescription(ErrorInfo()));
@ -511,6 +509,12 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options) Export
WriteCLICall(Library, Method, Options);
Try
DeleteFiles(ResultFile);
Except
Message("Failed to delete the temporary file after the test!");
EndTry;
Return Result;
EndFunction