From f77f4c2f11e52a1195b85e2edfa2f11dcbb5db4a Mon Sep 17 00:00:00 2001 From: Rafael da Fonseca Date: Fri, 19 Jun 2015 21:26:03 +0200 Subject: [PATCH] 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 --- tools/travis/xunit-reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis/xunit-reader.py b/tools/travis/xunit-reader.py index ffabbd45a6d..c492c01e44b 100755 --- a/tools/travis/xunit-reader.py +++ b/tools/travis/xunit-reader.py @@ -97,4 +97,4 @@ def parse_reports(file_path_list): if __name__ == "__main__": - main() \ No newline at end of file + main()