[tobiko] Remove quotes for TOBIKO_TESTENV variable#391
Conversation
Recently a change added quotes to Tobiko variables to follow best practices. However, the environment variable quotation prevented using "scenario -- path/to/test.py" tox syntax, where word splitting is required to pass arguments after --. This change removes quotes to enable this use case.
|
/cherry-pick antelope |
|
@kstrenkova: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, eduolivares, kstrenkova The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2aae73b
into
openstack-k8s-operators:main
|
@kstrenkova: new pull request created: #392 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Recently a change added quotes to Tobiko variables to follow best practices. However, the environment variable quotation prevented using "scenario -- path/to/test.py" tox syntax, where word splitting is required to pass arguments after --. This change removes quotes to enable this use case.