]> 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:49:37 +0000 (15:49 +0100)
commitb3cc0b61289c8d93325ec512468ace952b21fc56
treeea0aab00c32253597706e611dc2e0cfbdff45080
parent5a179636b24172eae9ec784506fbe34597227b67
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.

(cherry picked from commit 74fa196286e7a052cadffc85b885185bf24d6d42)
.gitlab-ci.yml