| 2014-04-07 07:59:56 |
Paweł Stołowski |
description |
Scoperunner fails if locale is not set (that was the case for me when building and running tests in a chroot), and that makes RegistryI test fail. The error I'm getting is when the test fails is:
scoperunner: locale::facet::_S_create_c_locale name not valid
Setting LC_ALL=C fixes it, but perhaps we should be more tolerant. |
Scoperunner fails if locale is not set (that was the case for me when building and running tests in a chroot), and that makes RegistryI test fail. The error I'm getting when the test fails is:
scoperunner: locale::facet::_S_create_c_locale name not valid
Setting LC_ALL=C fixes it, but perhaps we should be more tolerant. |
|