Tina Müller (tinita)
Tina Müller (tinita)
I wrote in https://github.com/os-autoinst/openQA/pull/6063#discussion_r1855273100: > What we need in the end is this (and with those exact filenames): ``` /usr/share/zsh/site-functions/_openqa-cli /usr/share/bash-completion/completions/openqa-cli ``` Those files need to be there, as files,...
That *looks* like it's the output of a build in OBS. Maybe you could share just a little bit more information?
Note that there are some general ini manipulation scripts out there. I haven't tried them out yet. The advantage here could be that we could also show default values from...
There is https://github.com/pixelb/crudini which is in Leap 15.6. It doesn't have an option for JSON output unfortunately. But maybe they accept pull requests... We would need to check if it...
I think for https://progress.opensuse.org/issues/184459 I will use crudini, it seems to work fine
@sdclarke maybe you could try this alternative out as well. this is only for viewing needle matches in the test details steps view. needle candidates and needle editor are not...
Now the fullstack test is failing. There is one error which is apparently not related to your change: https://github.com/os-autoinst/os-autoinst/actions/runs/17201530264/job/48792938627?pr=2734#step:3:917 ``` 3: # [2025-08-25T07:07:12.100976Z] [info] [pid:3113] ::: basetest::runtest: # Test died:...
``` testapi::type_string(string="; echo X6MQS.0-\$?- ... testapi::wait_serial: (?^u:X6MQS-\d+-): fail ``` so there is a mismatch, the expected string has no counter
@ricardobranco777 The change is now missing at line 246 of distribution.pm
To clarify, this was meant as a starting point to implement for @d3flex when we discussed it this afternoon