Skip to content

Commit

Permalink
Stop warnings counting as a pass
Browse files Browse the repository at this point in the history
Fix #30
  • Loading branch information
molovo committed Feb 13, 2017
1 parent 5f27266 commit 2def832
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 2def832

Please sign in to comment.