Skip to content

Commit

Permalink
Fixes #25 really
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Dec 10, 2015
1 parent f41c9ae commit 305aa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HookTest/units.py
Expand Up @@ -456,6 +456,6 @@ def test(self, scheme, inventory=None):

for test in tests:
# Show the logs and return the status
status = False in [status for status in getattr(self, test)()]
status = False not in [status for status in getattr(self, test)()]
yield (CTSUnit.readable[test], status, self.logs)
self.flush()

0 comments on commit 305aa40

Please sign in to comment.