From 95b1374fa01c86593f0f7c8b7a8d52fb6d349a02 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Aug 26 2020 09:46:25 +0000 Subject: Enable the tests on 32 bit platforms. OCaml bug which caused them to fail previously has been fixed. --- diff --git a/libnbd.spec b/libnbd.spec index 3e8be66..206cafe 100644 --- a/libnbd.spec +++ b/libnbd.spec @@ -206,9 +206,6 @@ for f in fuse/test-*.sh; do chmod +x $f done -# Disable the tests on 32 bit because: -# https://github.com/ocaml/ocaml/issues/9460 -%ifarch aarch64 ppc64 ppc64le riscv64 s390x x86_64 make %{?_smp_mflags} check || { for f in $(find -name test-suite.log); do echo @@ -217,7 +214,6 @@ make %{?_smp_mflags} check || { done exit 1 } -%endif %files