Print some information about filesystem
Let's check if the paths exist. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
456304e666
commit
e737d33f2f
6
rpm.spec
6
rpm.spec
@ -428,6 +428,12 @@ rm -rf $RPM_BUILD_ROOT/var/tmp
|
|||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
%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)
|
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
|
# rpm >= 4.16.0 testsuite leaves a read-only tree behind, clean it up
|
||||||
make clean
|
make clean
|
||||||
|
Loading…
Reference in New Issue
Block a user