From: heister Date: Wed, 16 Oct 2013 14:10:27 +0000 (+0000) Subject: group all-headers together X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b040a2bd2fc9848fa3efa43028e9798c8ba8e0c;p=dealii-svn.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: