Run tests with UTF-8 locale

This commit is contained in:
Mikolaj Izdebski 2018-03-06 13:45:23 +01:00
parent b21fd677ed
commit c23500b047

View File

@ -463,7 +463,7 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%if %with tests
%check
%{ant} test
LC_ALL=en_US.utf8 %{ant} test
%endif
%files