chickadee » test » test-exit

test-exit #!optional <failure-exit-code>procedure

As a convenience there is a test-exit procedure, which exits the process with a status of 0 if all tests in all groups have passed, and with an optional numeric status (defaulting to 1), if there have been any failures or errors.