Skip to content

Commit

Permalink
readme: Document exit codes in more detail
Browse files Browse the repository at this point in the history
  • Loading branch information
macro187 committed Mar 11, 2017
1 parent 077de7d commit 6e4ea30
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,15 @@ Options
Exit Status
-----------

0 if all test, initialization, and cleanup methods succeeded. Otherwise, non-zero.
0 if all test, initialization, and cleanup methods in `<testassembly>` succeeded.

0 if `<testassembly>` contained no tests.

0 if `<testassembly>` was not a .NET assembly.

1 if any of the test, initialization, or cleanup methods in `<testassembly>` failed.

1 if `<testassembly>` was not found.


Examples
Expand Down

0 comments on commit 6e4ea30

Please sign in to comment.