From: Timo Heister Date: Wed, 16 Oct 2013 14:10:27 +0000 (+0000) Subject: group all-headers together X-Git-Tag: v8.1.0~570^2~46 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b01ae236fa429a83500e536ec1af143572137d;p=dealii.git group all-headers together git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31256 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: