Do not ignore tests failures on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-02-21 12:16:43 +02:00
parent fe762d8d53
commit 4c7ab54e63
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 0 additions and 4 deletions

View File

@ -316,11 +316,7 @@ install -Dm0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/elfutils-debuginfod.conf
# Record some build root versions in build.log
uname -r; rpm -q binutils gcc glibc || true
%ifnarch riscv64
%make_build check || (cat tests/test-suite.log; false)
%else
%make_build check || (cat tests/test-suite.log; true)
%endif
# Only the latest Fedora and EPEL have these scriptlets,
# older Fedora and plain RHEL don't.