Skip to content

Commit

Permalink
Merge pull request #31 from molovo/fix_warning_exit_code
Browse files Browse the repository at this point in the history
Stop warnings counting as a pass
  • Loading branch information
James Dinsdale authored Feb 13, 2017
2 parents 5f27266 + 2def832 commit c4e9ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zunit
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ function _zunit_warn() {
local message="$@"

warnings=$(( warnings + 1 ))
passed=$(( passed + 1 ))

[[ -n $output_text ]] && _zunit_tap_warn "$@" >> $logfile_text

Expand Down

0 comments on commit c4e9ab9

Please sign in to comment.