]> 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:39:04 +0000 (15:39 +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.

.gitlab-ci.yml

index ada73bd6441981780bd98a1cc66b9cea197bc9a0..16ac35c92be68a1ccbb86c3933eb652371a3acd3 100644 (file)
@@ -323,7 +323,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