Skip to content

Commit

Permalink
README.md: document failure levels ("broken" etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuschaefer committed Jun 13, 2014
1 parent 30a166e commit 55dcd42
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,19 @@ The following options can be passed to run_tests.sh or the individual tests
* To get verbose output, use 'VERBOSE=1' (always enabled for individual
tests).

Failure Levels
--------------

A test can have one of the following results:
* success: The test passed, and that was expected.
* fixed: The test passed, but failure was expeced.
* broken: Failure was expected, and happened.
* failed: The test failed unexpectedly. This is a regression.

Exit code
---------

run_test.sh exits with the following exit codes:
run_tests.sh exits with the following exit codes:

* 0: all tests passed
* 1: at least one test failed
Expand Down

0 comments on commit 55dcd42

Please sign in to comment.