Dirk Mueller 2023-03-28 13:21:09 +00:00 committed by Git OBS Bridge
parent 949c2f42cf
commit dd11ef31af

View File

@ -193,7 +193,7 @@ ln -v lib/parse-datetime.{c,y} .
chmod a+x tests/misc/sort-mb-tests.sh
# Avoid parallel make, because otherwise some timeout based tests like
# rm/ext3-perf may fail due to high CPU or IO load.
%make_build check-very-expensive VERBOSE=yes \
%make_build -j1 check-very-expensive VERBOSE=yes \
&& install -d -m 755 %{buildroot}%{_docdir}/%{name} \
&& xz -c tests/test-suite.log \
> %{buildroot}%{_docdir}/%{name}/test-suite.log.xz