Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It looks like AfterEach() is now executed even after Skip(), this is a good idea because the fact that it did't before caused us to leak tmp directories. However in case Skip() is called before the podmanTest is initialized it will no result in a panic. To fix it simply prevent such panic by checking the pointer against nil and do nothing in such case. Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information