riskv64
OBS-URL: https://build.opensuse.org/package/show/Base:System/procps?expand=0&rev=222
This commit is contained in:
parent
04d7a41a2c
commit
d66f9e28ad
@ -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>
|
||||
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user