]> git.koha-community.org Git - koha.git/commit
Bug 32352: Make xt/check_makefile.t check directories in git index
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 25 Nov 2022 11:24:26 +0000 (12:24 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 29 Nov 2022 14:03:07 +0000 (14:03 +0000)
commit85482e38b28a03458bd154bbc382fb33e9676873
treecac0161141b5fb7511cb0e8604637afb859388d2
parent7303285fe53441f26ac24b408786cc8f203f3e59
Bug 32352: Make xt/check_makefile.t check directories in git index

It's failing if 'node_modules' exists. We could simply skip it, but it
seems that it would be better to actually list directories that are part
of the git index only.

The question is: do we actually support test execution outside of a git
directory?

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 8c367775470fcecdda54e28270b05d92834cd33f)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
xt/check_makefile.t