https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42292 --- Comment #11 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #10)
xt/author/valid-templates.t is passing so I think we can ignore the QA failure. I think I've seen them raised by the QA script already.
82 if ( $theme->{'theme'} eq 'bootstrap' ) { 83 run_template_test( 84 $theme->{'modules'}, 85 $theme->{'includes'}, 86 87 # templates or dirs to exclude from testing because 88 # they cannot stand alone 89 'doc-head-close.inc', 90 'opac-bottom.inc', They are actually ignored by the tests. They should be ignored from the QA script as well. -- You are receiving this mail because: You are watching all bug changes.