mirror of https://github.com/ARMmbed/mbed-os.git
Handling case for toolchain build failures
parent
4b5247fbd0
commit
4d86f2f944
|
@ -99,7 +99,10 @@ def add_test_runs(args):
|
||||||
|
|
||||||
system_outs = test_case.findall('system-out')
|
system_outs = test_case.findall('system-out')
|
||||||
|
|
||||||
|
if system_outs:
|
||||||
testRun['output'] = system_outs[0].text
|
testRun['output'] = system_outs[0].text
|
||||||
|
else:
|
||||||
|
testRun['output'] = ""
|
||||||
|
|
||||||
errors = test_case.findall('error')
|
errors = test_case.findall('error')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue