Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test/dnf4.mark: make failures to parse dnf output easier to debug
The test case still fails on RHEL-10.0 Beta, even when not using dnf5, with: ``` for line in r.stdout.splitlines(): > package, mark = line.strip().split(",") E ValueError: not enough values to unpack (expected 2, got 1) ``` Make debugging of failures like this easier by printing the line when the issue happens. Signed-off-by: Tomáš Hozza <[email protected]>
- Loading branch information