https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41747 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 192287 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192287&action=edit Bug 41747: Tidy js/ill-availability.js xt/js_tidy.t does not check all files every run (it's using the incremental runs). Something happened (node version changed?) and this is triggered because bug 41512 modified those files Test plan: 0. Do not apply this patch 1. KOHA_CI_INCREMENTAL_RUNS=1 prove xt/js_tidy.t => fail 2. Apply this patch 3. Run prove again => pass 4. Run prove without the env var set => pass (i.e. there are no other JS files not tidy) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.