mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
restored 'results' filters
tests do not work the same, restoring old filters to keep backwards compat tests now only implment the new normalized 'tense'
This commit is contained in:
@@ -121,17 +121,13 @@ class TestModule(object):
|
||||
return {
|
||||
# failure testing
|
||||
'failed' : failed,
|
||||
'failure' : failed,
|
||||
'success' : success,
|
||||
'succeeded' : success,
|
||||
|
||||
# changed testing
|
||||
'changed' : changed,
|
||||
'change' : changed,
|
||||
|
||||
# skip testing
|
||||
'skipped' : skipped,
|
||||
'skip' : skipped,
|
||||
|
||||
# regex
|
||||
'match': match,
|
||||
|
||||
Reference in New Issue
Block a user