Skip to content

Commit

Permalink
[fix] test may failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrol Cox committed Jul 28, 2020
1 parent 407e373 commit ab73395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
pganalyze-collector --test
register: pganalyze_test_result
changed_when: false
ignore_errors: false
failed_when:
- pganalyze_test_result.rc == 0
- "'Test submission successful' not in pganalyze_test_result.stderr"

0 comments on commit ab73395

Please sign in to comment.