Fix "raise error in case of timeout" task from tobiko-tox role
Change-Id: I2fb9090edac3e6c764df56fbe971b5b8ec69ee6c
This commit is contained in:
parent
ce7e827c60
commit
8073f3ae5a
@ -62,4 +62,4 @@
|
||||
when: run_tox is failed
|
||||
failed_when:
|
||||
- (run_tox.stdout_lines | length) > 0
|
||||
- run_tox.stdout_lines | regex_search('run_tests: ERROR.*run_tests.py timeout out after')
|
||||
- run_tox.stdout | regex_search('ERROR.*run_tests.py timeout out after')
|
||||
|
Loading…
x
Reference in New Issue
Block a user