You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/21 15:14:12 UTC

[16/24] git commit: updated refs/heads/master to 6fd49e4

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 <da...@onecht.net>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f77f4c2f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f77f4c2f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f77f4c2f

Branch: refs/heads/master
Commit: f77f4c2f11e52a1195b85e2edfa2f11dcbb5db4a
Parents: 773e415
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Fri Jun 19 21:26:03 2015 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sun Jun 21 15:13:26 2015 +0200

----------------------------------------------------------------------
 tools/travis/xunit-reader.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f77f4c2f/tools/travis/xunit-reader.py
----------------------------------------------------------------------
diff --git a/tools/travis/xunit-reader.py b/tools/travis/xunit-reader.py
index ffabbd4..c492c01 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()