Revert "success should not include skipped"
This reverts commit 300ee227a2
.
This commit is contained in:
parent
9b9fb51d9d
commit
f8ed99e5e4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def failed(*a, **kw):
|
|||
|
||||
def success(*a, **kw):
|
||||
''' Test if task result yields success '''
|
||||
return not failed(*a, **kw) and not skipped(*a, **kw)
|
||||
return not failed(*a, **kw)
|
||||
|
||||
def changed(*a, **kw):
|
||||
''' Test if task result yields changed '''
|
||||
|
|
Loading…
Reference in a new issue