https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36381

--- Comment #7 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to