diff --git a/clucene.spec b/clucene.spec index 71088c1..3420265 100644 --- a/clucene.spec +++ b/clucene.spec @@ -110,6 +110,7 @@ test "$(pkg-config --modversion libclucene-core)" = "%{version}" # FIXME: make tests non-fatal for ppc and s390 (big endian 32 bit archs) until we have a proper fix #ifnarch ppc s390 export CTEST_OUTPUT_ON_FAILURE=1 +make -C %{_target_platform} cl_test && \ time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" ||: #endif