Actions
action #166817
closedopenQA tidyall test is broken
Description
Observation¶
[20:38:20] t/00-tidy.t ............... Can't exec "tidyall": No such file or directory at tools/tidyall line 71.
The test still passes, though.
Reason:
- tidyall is not installed in our test container apparently
- the new tools/tidyall wrapper doesn't check if the exec was successful
Updated by mkittler 2 months ago
- Status changed from In Progress to Feedback
PRs:
- https://github.com/os-autoinst/os-autoinst-common/pull/55
- https://github.com/os-autoinst/openQA/pull/5928
- https://github.com/os-autoinst/os-autoinst/pull/2547 (not really required for this ticket)
- https://github.com/os-autoinst/openQA/compare/master...Martchus:openQA:tidy?expand=1 (cannot create yet)
Updated by mkittler 2 months ago
All PRs were merged so I created https://github.com/os-autoinst/openQA/pull/5932.
Actions