Skip to content

Commit

Permalink
Добавлена обработка переменной среды RUNNER_TESTSPATH в параметр test…
Browse files Browse the repository at this point in the history
…sPath

Добавлена обработка переменной среды RUNNER_TESTSPATH в параметр testsPath для команды xunit
  • Loading branch information
1cgh authored and artbear committed Jun 2, 2022
1 parent 8dcf4a3 commit 1bfcf04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.os
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
СоответствиеПеременных.Вставить("RUNNER_STORAGE_USER", "--storage-user");
СоответствиеПеременных.Вставить("RUNNER_STORAGE_PWD", "--storage-pwd");
СоответствиеПеременных.Вставить("RUNNER_STORAGE_VER", "--storage-ver");
СоответствиеПеременных.Вставить("RUNNER_TESTSPATH", "testsPath");

Возврат Новый ФиксированноеСоответствие(СоответствиеПеременных);
КонецФункции
Expand Down

0 comments on commit 1bfcf04

Please sign in to comment.