forked from pool/systemd
- Skip running the test units in %check for now.
Some tests don't appreciate to run inside the build environment of OBS currently and some of them take an unexpected long time to execute on both risc and s390x architectures. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1544
This commit is contained in:
parent
59c5e9b68d
commit
5356f8d10a
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 14:29:24 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Skip running the test units in %check for now.
|
||||
|
||||
Some tests don't appreciate to run inside the build environment of OBS
|
||||
currently and some of them take an unexpected long time to execute on both
|
||||
risc and s390x architectures.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 10:17:06 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -1084,8 +1084,10 @@ rm -f %{buildroot}%{_systemd_util_dir}/systemd-ssh-proxy
|
||||
%systemd_pre systemd-userdbd.service
|
||||
|
||||
%check
|
||||
%if %{with upstream}
|
||||
# Run the unit tests.
|
||||
%meson_test
|
||||
%endif
|
||||
|
||||
%post
|
||||
if [ $1 -eq 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user