3 Apr
2024
3 Apr
'24
4:19 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36381 --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- This is happening all the time with Docker_15 (last one is Koha_Master/2827) It's coming from the 'git ls-tree' calls t/00-testcritic.t:my @files = map { chomp; $_ } `git ls-tree -r HEAD --name-only`; # only files part of git t/Makefile.t:my @files = `git ls-tree HEAD|tr -s '\t' ' '|cut -d' ' -f4`; xt/check_makefile.t:my @dirs = `git ls-tree -d --name-only HEAD`; My guess is that it's coming from PTFS-e's nodes. -- You are receiving this mail because: You are watching all bug changes.