]> granicus.if.org Git - graphviz/commitdiff
rename generate-configuration-table.py to be importable
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 01:07:15 +0000 (18:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 03:52:13 +0000 (20:52 -0700)
Silences a Pylint warning.

.gitlab-ci.yml
ci/generate_configuration_table.py [moved from ci/generate-configuration-table.py with 100% similarity]

index 793427e0c7c9ccf1f138d3193a29cdf2620be377..b35f71096519d603257df9a7646cefcc50c941f7 100644 (file)
@@ -486,10 +486,10 @@ meta-data:
     stage: test
     script:
         - CONFIGURE_LOGS=Metadata/*/*/*/configure.log
-        - ci/generate-configuration-table.py --output-format html ${CONFIGURE_LOGS} > configuration-long-no-color.html
-        - ci/generate-configuration-table.py --output-format html --short ${CONFIGURE_LOGS} > configuration-short-no-color.html
-        - ci/generate-configuration-table.py --output-format html --short --color ${CONFIGURE_LOGS} > configuration-short-color-green-red.html
-        - ci/generate-configuration-table.py --output-format html --short --colors black:red ${CONFIGURE_LOGS} > configuration-short-color-red-only.html
+        - ci/generate_configuration_table.py --output-format html ${CONFIGURE_LOGS} > configuration-long-no-color.html
+        - ci/generate_configuration_table.py --output-format html --short ${CONFIGURE_LOGS} > configuration-short-no-color.html
+        - ci/generate_configuration_table.py --output-format html --short --color ${CONFIGURE_LOGS} > configuration-short-color-green-red.html
+        - ci/generate_configuration_table.py --output-format html --short --colors black:red ${CONFIGURE_LOGS} > configuration-short-color-red-only.html
     artifacts:
         paths:
             - configuration-*.html