Skip to content

Commit

Permalink
Make exit code more useful
Browse files Browse the repository at this point in the history
We were previously using the number of failures and errors as the exit
code.  Since exit codes are 8-bit integers, this can result in a false
success if there are an exact multiple of 256 failures and errors.

Now, we just exit with a code of 1 if there are problems, and 0
otherwise.
  • Loading branch information
randycoulman committed Jan 23, 2016
1 parent 9776dfd commit 3641428
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified Fit-Tests.pcl
Binary file not shown.
2 changes: 1 addition & 1 deletion Fit-Tests.pst

Large diffs are not rendered by default.

Binary file modified Fit.pcl
Binary file not shown.
2 changes: 1 addition & 1 deletion Fit.pst

Large diffs are not rendered by default.

Binary file modified FitLibrary-Internals.pcl
Binary file not shown.
2 changes: 1 addition & 1 deletion FitLibrary-Internals.pst

Large diffs are not rendered by default.

0 comments on commit 3641428

Please sign in to comment.