From d0b01ae236fa429a83500e536ec1af143572137d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 16 Oct 2013 14:10:27 +0000 Subject: [PATCH] group all-headers together git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31256 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/scripts/makereport.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/makereport.py b/tests/scripts/makereport.py index 60c04cf991..2a59b282c6 100644 --- a/tests/scripts/makereport.py +++ b/tests/scripts/makereport.py @@ -75,6 +75,9 @@ for test in testing.findall("Test"): name = test.find('Name').text group = name.split('/')[0] + if group=="all-headers": + name = group + "/" + "-".join(name.split('/')[1:]) + if fail: line = "%s 3 %s%s"%(date,branch,name) else: -- 2.39.5