You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Unknown test variable: PACKAGES=python3-pip PYTHON=python3
What this says is that run.sh can't parse it (it's read from tests.yaml file). It is caused by the simple yaml-like format data parser (it cannot read full yaml), and I'd rather avoid implementing it in bash, if possible.
What I'd recommend is to have the long line not-wrapped, which would simply make it work again. @psss, can we fix that on the generator / python side?
I am not able to execute test if it sets the environment.
Steps to reproduce:
Plan in file repro.fmf with content
Test in main.fmf with content
Execution as
tmt run -d
ends up withtests.yml from discover step has content
The text was updated successfully, but these errors were encountered: