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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 28 Nov 2022 18:37:14 +0000 (15:37 -0300)
commit8c367775470fcecdda54e28270b05d92834cd33f
tree2af77b0d5c1e5980d4950528c729214f382aee41
parent6072492693a9c0cb784224f284733011a2f092f9
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>
xt/check_makefile.t