skip unit tests on rhel6 ppc64

This commit is contained in:
Jan Vcelak 2016-02-15 10:42:33 +01:00
parent f9f9caccc7
commit 050a089d5a

View File

@ -72,6 +72,11 @@ popd
%check %check
%if 0%{?rhel} == 6 && %{_arch} == "ppc64"
# rhel6 ppc64: skip unit tests
exit 0
%endif
pushd %{archive_path} pushd %{archive_path}
rm -rf testdb rm -rf testdb
LD_LIBRARY_PATH=$PWD make test LD_LIBRARY_PATH=$PWD make test