Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Команда vrunner unload не работает с параметром в котором есть пробел. Требуется экранировать кавычки. #655

Open
amiralnar opened this issue Dec 30, 2024 · 0 comments

Comments

@amiralnar
Copy link

Выполняю команду:

vrunner unload "E:\test.cf" ^
--ibcmd ^
--dbms-type MSSQLServer ^
--dbms-server N__ ^
--dbms-base U__ ^
--dbms-user sa ^
--dbms-pwd M__ ^
--ibconnection /SN__\U__ ^
--db-user "Фамилия И.О." ^
--db-pwd D__ ^
--v8version 8.3.25.1336

Результат ошибка:

Не указано значение параметра: Путь к файлу конфигурации

image

Способ обхода:

Дополнительно экранировать кавычки в параметрах с пробелами:

--db-user ""Фамилия И.О.""

Поиск решения: https://t.me/oscript_library/147844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant