podman/test/utils
Paul Holzinger fb7a96638c
test/e2e: switch to GinkgoWriter
Directly writing to stdout/err is not safe when run in parallel.
Ginkgo v2 fixed this buffering the output and syncing the output so it
is not mangled between tests.

This means we should use the GinkgoWriter everywhere to make sure the
output stays in sync.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-05-02 11:27:38 +02:00
..
common_function_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
matchers.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
podmansession_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
podmantest_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
utils.go test/e2e: switch to GinkgoWriter 2023-05-02 11:27:38 +02:00
utils_suite_test.go test/e2e: switch to GinkgoWriter 2023-05-02 11:27:38 +02:00