Subject: | Fails if certain locales are not installed |
Last night my main smoker produced a huge amount of fail reports. Sorry for that. It turned out that the tests expect some locales to be installed.
I installed a couple of locales that matched /(?i:ru|ca)/ (the diagnostics all contained either CA or RU) and consequently got the first succeeding tests on that smoker.
What the right approach for the tests would be? Maybe just skip tests with unsupported locales? I'm reluctant to install all locales and I suppose there are other users that would be irritated when asked to install a russian locale, not sure. In any case, the way it's currently being dealt with isn't quite perfect:)
HTH&&Thanks,