]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit74fa196286e7a052cadffc85b885185bf24d6d42
treebfba8512e891ae22d7de4ffeebcad2efb4060f07
parentad1e9c3709d8dfe6e0358c417e8170423cb61e52
Make "kyua report-html" less verbose on stdout

"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