Contents

failure

A condition that matches when a process exits abnormally

Declaration

static var failure: ExitTest.Condition { get }

Mentioned in

Discussion

This condition matches any exit code other than EXIT_SUCCESS or any signal that causes the process to exit.

See Also

Failing exit conditions