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:
Rafael da Fonseca 2015-06-19 21:26:03 +02:00 committed by Daan Hoogland
parent 773e4158b6
commit f77f4c2f11

View File

@ -97,4 +97,4 @@ def parse_reports(file_path_list):
if __name__ == "__main__":
main()
main()