Skip to content

Commit

Permalink
Merge pull request #49 from pbenas/warnok
Browse files Browse the repository at this point in the history
TRIVIAL: exit 0 with plugins in warning state
  • Loading branch information
Petr Benas committed Apr 20, 2016
2 parents 2a4362f + 49ca124 commit 4dd84ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Parameters for build
params = {
'name': name,
'version': '2.1.2',
'version': '2.1.3',
'packages': [
'smoker',
'smoker.server',
Expand Down
2 changes: 1 addition & 1 deletion smoker.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global with_check 0

Name: smoker
Version: 2.1.2
Version: 2.1.3
Release: 1%{?dist}
Epoch: 1
Summary: Smoke Testing Framework
Expand Down
2 changes: 1 addition & 1 deletion smoker/client/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

EXIT_CODES = {
'ERROR': 69,
'WARN': 42
'WARN': 0
}

CONFIG_FILE = '/etc/smokercli.yaml'
Expand Down

0 comments on commit 4dd84ea

Please sign in to comment.