ApptainerCmdResultOp is a function type executed by ExpectExit to process and test execution result.
func(*testing.T, *ApptainerCmdResult)
| 30 | // ApptainerCmdResultOp is a function type executed |
| 31 | // by ExpectExit to process and test execution result. |
| 32 | type ApptainerCmdResultOp func(*testing.T, *ApptainerCmdResult) |
| 33 | |
| 34 | // ApptainerCmdResult holds the result for an Apptainer command |
| 35 | // execution test. |
nothing calls this directly
no outgoing calls
no test coverage detected