From 050a089d5a0fb15486907399881c891c2fa58f74 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Mon, 15 Feb 2016 10:42:33 +0100 Subject: [PATCH] skip unit tests on rhel6 ppc64 --- lmdb.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lmdb.spec b/lmdb.spec index a1839a7..30b2ad0 100644 --- a/lmdb.spec +++ b/lmdb.spec @@ -72,6 +72,11 @@ popd %check +%if 0%{?rhel} == 6 && %{_arch} == "ppc64" + # rhel6 ppc64: skip unit tests + exit 0 +%endif + pushd %{archive_path} rm -rf testdb LD_LIBRARY_PATH=$PWD make test