podman/test/utils
Ed Santiago d4e40fedaf ExitWithError() - enforce required exit status & stderr
Final followup to #22270. That PR added a temporary convention
allowing a new form of ExitWithError(), one with an exit code
and stderr substring. In order to allow bite-size progress,
the old no-args form was still allowed. This PR removes
support for no-args ExitWithError().

This PR also adds one piece of new functionality: passing ""
(empty string) as the stderr arg means "expect exit code
but fail if there's anything at all in stderr".

Signed-off-by: Ed Santiago <santiago@redhat.com>
2024-05-13 13:59:17 -06:00
..
common_function_test.go e2e tests: use /var/tmp, not $TMPDIR, as workdirs 2024-04-26 14:29:56 -06:00
matchers.go ExitWithError() - enforce required exit status & stderr 2024-05-13 13:59:17 -06:00
podmansession_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
podmantest_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
utils.go e2e tests: use /var/tmp, not $TMPDIR, as workdirs 2024-04-26 14:29:56 -06:00
utils_suite_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00