]> sourceware.org Git - bunsen.git/commitdiff
R-show-testcases cosmetic: spurious <hr/> at top of file
authorSerhei Makarov <me@serhei.io>
Fri, 19 Aug 2022 14:59:33 +0000 (10:59 -0400)
committerSerhei Makarov <me@serhei.io>
Fri, 19 Aug 2022 14:59:33 +0000 (10:59 -0400)
bin/R-show-testcases

index 4355df02e052df6c7ca1386b614f3eadac875f05..57e110ab5d064575e46292b36147a5df32e11680 100755 (executable)
@@ -1029,6 +1029,7 @@ def main():
         # (3a) Show the HTML header:
         if not started_display:
             out.template('html_css_header')
+            out.started_section = False # XXX suppress spurious extra <hr/>
             started_display = True
 
         # (3b) Show a grid of test results for every testcase in the specified version range / expname slice:
This page took 0.037867 seconds and 5 git commands to generate.