Re: [PATCH v2 14/25] tests/lcitool: Allow lcitool-refresh in out-of-tree builds, too

2022-02-01 Thread Philippe Mathieu-Daudé via
On 1/2/22 19:20, Alex Bennée wrote: From: Thomas Huth When running "make lcitool-refresh" in an out-of-tree build, it currently fails with an error message from git like this: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACR

[PATCH v2 14/25] tests/lcitool: Allow lcitool-refresh in out-of-tree builds, too

2022-02-01 Thread Alex Bennée
From: Thomas Huth When running "make lcitool-refresh" in an out-of-tree build, it currently fails with an error message from git like this: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Fix it by chan