Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e test cleanup: check exit statuses
The e2e Cleanup handlers run various 'rm' commands, but don't check the exit status of any. This masks real problems such as the unlinkat-EBUSY flake (containers#11594) which only triggers on container/pod rm. Solution: check exit status: a failure in cleanup will now be considered a failure in the test itself. Signed-off-by: Ed Santiago <[email protected]>
- Loading branch information