Deconding the tests output

remotes/origin/dgaubert/show-failing-test-ci^2^2
manmorjim 5 years ago
parent 944bc8c3ff
commit e3e037563b

@ -59,7 +59,7 @@ def execute_tests():
stderr=subprocess.PIPE
)
out, err = process.communicate()
print(err)
print(err.decode('utf-8'))
regexp = re.compile(r'FAILED \(.*\)')
if regexp.search(err) is not None:
sys.exit(1)

Loading…
Cancel
Save