Revert "Print some information about filesystem"

This reverts commit e737d33f2f.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-18 15:03:34 +03:00
parent e737d33f2f
commit 044f52a054
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 0 additions and 6 deletions

View File

@ -428,12 +428,6 @@ rm -rf $RPM_BUILD_ROOT/var/tmp
%if %{with check}
%check
echo "BUILDROOT: ${RPM_BUILD_ROOT}"
find ${RPM_BUILD_ROOT}
echo "END_BUILDROOT: ${RPM_BUILD_ROOT}"
find /
make check TESTSUITEFLAGS=-j%{_smp_build_ncpus} || (cat tests/rpmtests.log; exit 1)
# rpm >= 4.16.0 testsuite leaves a read-only tree behind, clean it up
make clean