1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-21 17:56:56 +02:00

Правка состава движка

This commit is contained in:
Anton Titovets 2024-10-28 16:14:30 +03:00
parent 4695fd0adb
commit 43775598db
27 changed files with 11 additions and 10 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -44,7 +44,7 @@
//@skip-check module-unused-local-variable
// Uncomment if OneScript is executed
#Use oint
#Use "../../../tools"
#Use asserts
#Region Internal

View File

@ -461,14 +461,14 @@
Функция ВыполнитьТестCLI(Знач Библиотека, Знач Метод, Знач Опции) Экспорт
СистемнаяИнформация = Новый СистемнаяИнформация;
ОперационнаяСистема = Строка(СистемнаяИнформация.ТипПлатформы);
Если СтрНайти(нРег(ОперационнаяСистема), "windows") > 0 Тогда
Oint = """C:/Program Files/OneScript/bin/oint.bat""";
//Oint = """C:\Program Files (x86)\OInt\bin\oint.bat""";
Иначе
Oint = "oint";
СистемнаяИнформация = Новый СистемнаяИнформация;
ОперационнаяСистема = Строка(СистемнаяИнформация.ТипПлатформы);
Если СтрНайти(нРег(ОперационнаяСистема), "windows") > 0 Тогда
Oint = """C:/Program Files/OneScript/bin/oint.bat""";
//Oint = """C:\Program Files (x86)\OInt\bin\oint.bat""";
Иначе
Oint = "sudo oint";
КонецЕсли;
ФайлРезультата = ПолучитьИмяВременногоФайла();

View File

@ -44,7 +44,8 @@
//@skip-check module-unused-local-variable
// Раскомментировать, если выполняется OneScript
// #Использовать oint
// #Использовать "../../../tools"
// #Использовать "../../../core"
// #Использовать asserts
#Область СлужебныйПрограммныйИнтерфейс