%%check: restore 'make cl_test'

was accidentally removed in recent commit
f41
Rex Dieter 11 years ago
parent 7c5091f93e
commit c87a8559aa

@ -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 # FIXME: make tests non-fatal for ppc and s390 (big endian 32 bit archs) until we have a proper fix
#ifnarch ppc s390 #ifnarch ppc s390
export CTEST_OUTPUT_ON_FAILURE=1 export CTEST_OUTPUT_ON_FAILURE=1
make -C %{_target_platform} cl_test && \
time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" ||: time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" ||:
#endif #endif

Loading…
Cancel
Save