X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_files.py;h=ee2fc1221cc6b3afb69c1d4ce45ad0ff9c069a6f;hp=3c2939e15aea432990b2edb3fadcdbd055190274;hb=0ca4a9ec1a8fc53a679b1c635a6e1b6afae0299d;hpb=fbd4f04d204c7052a6016fa4b694ffb2bc536955 diff --git a/resources/tools/presentation/generator_files.py b/resources/tools/presentation/generator_files.py index 3c2939e15a..ee2fc1221c 100644 --- a/resources/tools/presentation/generator_files.py +++ b/resources/tools/presentation/generator_files.py @@ -109,11 +109,6 @@ def file_test_results(file_spec, input_data): if len(suite_longname.split(".")) <= file_spec["data-start-level"]: continue - file_handler.write("\n{0}\n{1}\n".format( - suite["name"], get_rst_title_char( - suite["level"] - file_spec["data-start-level"] - 1) * - len(suite["name"]))) - if not ("-ndrpdr" in suite["name"] or "-mrr" in suite["name"] or "-func" in suite["name"] or