From: Chris Matthews Date: Sat, 6 Dec 2014 01:13:49 +0000 (+0000) Subject: Fix for xunit output to work around issue in Jenkins when tests are at the root level X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=ab1837aef3d93a0bf2294aeaeb488c62e3d45535 Fix for xunit output to work around issue in Jenkins when tests are at the root level git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223562 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/lit/lit/Test.py b/utils/lit/lit/Test.py index 7f5d4117bab..63d31b9212c 100644 --- a/utils/lit/lit/Test.py +++ b/utils/lit/lit/Test.py @@ -206,7 +206,7 @@ class Test: if safe_test_path: class_name = safe_name + "." + "/".join(safe_test_path) else: - class_name = safe_name + class_name = safe_name + "." + safe_name xml = "