Dr. Werner Fink 2021-07-02 13:25:29 +00:00 committed by Git OBS Bridge
parent 04d7a41a2c
commit d66f9e28ad
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 2 13:24:08 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Skip test suite on emulated riskv64 systems as the qemu process
is unexpected on the command lines of processes
-------------------------------------------------------------------
Wed Mar 31 10:18:10 UTC 2021 - Dr. Werner Fink <werner@suse.de>

View File

@ -268,6 +268,13 @@ ln -s /sbin/sysctl %{buildroot}%{_sbindir}/sysctl
%postun -n %{libname} -p /sbin/ldconfig
%check
%ifarch riscv64
if test -x /usr/bin/qemu-%_build_arch
then
echo Skip tests as pgrep as well as ps will find unexpected /usr/bin/qemu-%_build_arch on command line
exit 0
fi
%endif
#
# Skip w test as there is no valid utmp
#