-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language test fails #195
Comments
Test data under $ for po in t/locale/*/LC_MESSAGES/*.po; do msgfmt -o ${po%po}mo $po; done may fix it. |
Just needs a simple correction to the command:
After running this, the test passes. |
Probably I am right. racke, can you check if test data includded in the source you checked out are modified? |
I am working directly from the Git repository and in fact the '*.mo' files are missing there - which is correct so far as dynamically generated files doesn't belong there. However, neither |
I was not so right. In fact, "make check" couldn't generate *.mo files while "make dist" could. |
#195: Some tests fail with checked out source by ikedas
Fixed through #199 |
The text was updated successfully, but these errors were encountered: