2025-01-10 12:55:05 +00:00
committed by Git OBS Bridge
parent 01d0dffd5d
commit 907f91ab27

View File

@@ -872,7 +872,10 @@ export AR=gcc-ar-13
export RANLIB=gcc-ranlib-13
%endif
%endif
make check
sed -ri '/sleep 2/{ s/sleep 2/sleep 6/ }' test/lisp/eshell/eshell-tests.el
sed -ri '/\(sleep-for/{ s/1/5/ }' test/lisp/net/network-stream-tests.el
export MAKEFLAGS="--jobs=1"
make -k check
%endif
%if %{with games} && "%{gattr}" == "02755"