mirror of https://github.com/apache/cloudstack.git
xunit-reader.py was returning success in case of exception being thrown during test!
Revert the fix to throw failed test on exception, will fix that in a separate branch so all the other fixes can be committed already and not raise failure on an old intermittent issue that was hidden Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
parent
773e4158b6
commit
f77f4c2f11
|
|
@ -97,4 +97,4 @@ def parse_reports(file_path_list):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
|
|
|||
Loading…
Reference in New Issue