This commit is contained in:
Nick Clifton 2022-07-28 12:06:36 +01:00
parent 17f6d21f57
commit 0859b9f54c

View File

@ -681,7 +681,7 @@ esac
%if %{without testsuite}
echo ====================TESTSUITE DISABLED=========================
%else
make -k check < /dev/null
make -k check < /dev/null || :
echo ====================TESTING=========================
cat {gas/testsuite/gas,ld/ld,binutils/binutils}.sum
%if %{with gold}