<D2YOSRF5CX2J.2K04EMQRPKDU2@posteo.net>
Hi, In tests/fmt/test_all_meson_files.meson git is used to search for meson files. This doesn't work when running the tests from a tarball. Could this be changed to work without a git tree?
<25D9B351-53A2-4D53-BC4A-93E868246890@pappacoda.it>
<D2YOSRF5CX2J.2K04EMQRPKDU2@posteo.net>
(view parent)
Il 25 luglio 2024 16:24:25 CEST, Sertonix <sertonix@posteo.net> ha scritto: >In tests/fmt/test_all_meson_files.meson git is used to search for meson >files. This doesn't work when running the tests from a tarball. Could this >be changed to work without a git tree? Hi, in Debian I've patched this test to use find(1) instead. You can find the patch here: <https://salsa.debian.org/debian/muon-meson/-/commit/884285111e23d598bf0c1cd081a9e90f2e0122a0>
<D2ZLJG4H3RM8.2NLNE9G0XJ7G3@posteo.net>
<25D9B351-53A2-4D53-BC4A-93E868246890@pappacoda.it>
(view parent)
> Hi, in Debian I've patched this test to use find(1) instead. You can find the patch here: <https://salsa.debian.org/debian/muon-meson/-/commit/884285111e23d598bf0c1cd081a9e90f2e0122a0>
Thanks! That works for now. It would still be nice to fix this upstream
though.
<eaxvuc7cd4wnl4ovzu4crq5azpfqeapdmf5yxzkibczfwvpdcs@tn47zn3w6zin>
<D2ZLJG4H3RM8.2NLNE9G0XJ7G3@posteo.net>
(view parent)
By the way, this should now be fixed. The new tests shouldn't have a dependency on git. Thanks, Stone
<46E79314-B8EA-4372-8947-9F0F3C3DA7E2@pappacoda.it>
<eaxvuc7cd4wnl4ovzu4crq5azpfqeapdmf5yxzkibczfwvpdcs@tn47zn3w6zin>
(view parent)
Il 19 settembre 2024 15:20:09 CEST, Stone Tickle <lattis@mochiro.moe> ha scritto: >By the way, this should now be fixed. The new tests shouldn't have a >dependency on git. Nice to hear, thanks!