debian-forge/test/run
Tomáš Hozza 52200c581d 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 <thozza@redhat.com>
2024-07-29 15:01:13 +02:00
..
__init__.py test: '{. -> ./run}/test_sources.py' 2020-04-24 15:50:44 +02:00
test_assemblers.py tests: update l2hash for the fc40 move 2024-07-02 09:46:45 +02:00
test_boot.py test/run/boot: migrate to a v2 manifest 2023-11-14 10:45:44 -08:00
test_devices.py test: fix all pylint issues 2024-01-02 19:31:31 +01:00
test_executable.py test: fix executable test 2022-02-15 13:25:23 +00:00
test_exports.py test: use del os.environ[] instead of os.unsetenv (thanks Simon) 2024-03-11 14:20:27 +01:00
test_mount.py test: update test_mount.py for lsblk --json differences 2024-01-16 13:51:30 +01:00
test_noop.py test: fix all pylint issues 2024-01-02 19:31:31 +01:00
test_sources.py test: fix all pylint issues 2024-01-02 19:31:31 +01:00
test_stages.py Test/dnf4.mark: make failures to parse dnf output easier to debug 2024-07-29 15:01:13 +02:00