EventStore Tests aren't running on my machine, even though I have all the locales installed. Only Utils Tests runs.
If I delete the if statement that makes sure the locales are installed, it runs correctly (and passes). But it seems like the if statement we're using is not working like it should (core/Tests/meson.build line 23).
Here are the locales I have installed. Notice that it has all of en_GB.utf8, en_US.utf8, and ar_AE.utf8:
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/95452402-eventstore-tests-doesn-t-run-when-it-should?utm_campaign=plugin&utm_content=tracker%2F60388692&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F60388692&utm_medium=issues&utm_source=github).
EventStore Tests
aren't running on my machine, even though I have all the locales installed. OnlyUtils Tests
runs.If I delete the if statement that makes sure the locales are installed, it runs correctly (and passes). But it seems like the if statement we're using is not working like it should (
core/Tests/meson.build
line 23).Here are the locales I have installed. Notice that it has all of
en_GB.utf8
,en_US.utf8
, andar_AE.utf8
: