success
A condition that matches when a process exits normally.
Declaration
static var success: ExitTest.Condition { get }Mentioned in
Discussion
This condition matches the exit code EXIT_SUCCESS.
A condition that matches when a process exits normally.
static var success: ExitTest.Condition { get }This condition matches the exit code EXIT_SUCCESS.