From 9278ce66466170dc1aaa682af5aadf1606301e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Dor=C5=88=C3=A1k?= Date: Mon, 22 Aug 2016 10:01:11 +0200 Subject: [PATCH] test csv01.test hangs on armv7hl (reported to upstream) --- sqlite.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sqlite.spec b/sqlite.spec index f5642c0..3b6c09f 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -180,6 +180,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a} # XXX shell tests are broken due to loading system libsqlite3, work around... export LD_LIBRARY_PATH=`pwd`/.libs export MALLOC_CHECK_=3 +%ifarch armv7hl +rm test/csv01.test +%endif %ifarch s390 s390x ppc ppc64 %{sparc} %{mips} make test || : %else