]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Make "kyua report-html" less verbose on stdout
authorMichal Nowak <mnowak@isc.org>
Tue, 16 Feb 2021 15:43:13 +0000 (16:43 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 18 Feb 2021 14:49:37 +0000 (15:49 +0100)
"kyua report-html" command in CI generates more than two pages of output
to stdout, which is nothing but which HTML pages Kyua generated, e.g.:

  Generating kyua_html/context.html
  Generating kyua_html/lib_dns_tests_acl_test_main.html
  ...
  Generating kyua_html/lib_ns_tests_query_test_main.html
  Generating kyua_html/report.css
  Generating kyua_html/index.html

This is seldomly useful and requires the user to scroll three pages
upwards to get to unit test results.

(cherry picked from commit 74fa196286e7a052cadffc85b885185bf24d6d42)

.gitlab-ci.yml

index 4d1f52152df7349ca9f6df025319fdd42a684cc9..940ade977f0c35ca27eadc84bfe52fa57648efb5 100644 (file)
@@ -327,7 +327,7 @@ stages:
        --force \
        --results-file "$KYUA_RESULT" \
        --results-filter "" \
-       --output kyua_html
+       --output kyua_html > /dev/null
 
 .windows_system_test: &windows_system_test_job
   stage: system