1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-16 05:06:02 +02:00

Update МетодыФормированияТестовJenkins.os

This commit is contained in:
Anton 2024-09-16 21:39:51 +03:00
parent d7b53b69ec
commit df3cfebc79

View File

@ -38,7 +38,7 @@
СформироватьЗапуск(ТаблицаТестов, СписокБиблиотек, Язык, Параметры);
СообщитьОкончаниеФайлаПроцесса(СписокБиблиотек, Язык, МассивВлияющих);
ТекущийДокумент.Записать(ФайлJenkins, "WINDOWS-1251");
ТекущийДокумент.Записать(ФайлJenkins, "windows-1251");
КонецПроцедуры
@ -74,7 +74,7 @@
Синоним = Тест[СтрокаСиноним];
ТекстРаботы = ТекстРаботы + "
| bat encoding: 'UTF8', script:'1testrunner -run """ + ФайлТестов + """ """ + Метод + """ '
| bat encoding: 'windows-1251', script:'chcp 1251 & 1testrunner -run """ + ФайлТестов + """ """ + Метод + """ '
|
|";