mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
For tests run in parallel, show file number as |nnn| (vs [nnn]) Teach logformatter to distinguish the two, adding 'p' to anchors in parallel tests. Necessary because in this scheme we run bats twice, thus see 'ok 1' twice, and we want to differentiate them. Signed-off-by: Ed Santiago <santiago@redhat.com>