forked from pool/permissions
Accepting request 1005229 from home:dirkmueller:Factory
- skip tests on qemu user builds OBS-URL: https://build.opensuse.org/request/show/1005229 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=310
This commit is contained in:
parent
9c5f7b2461
commit
92c47597ad
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 21 14:30:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- skip tests on qemu user builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 13 08:38:26 UTC 2022 - matthias.gerstner@suse.com
|
Tue Sep 13 08:38:26 UTC 2022 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
@ -48,7 +48,10 @@ make %{?_smp_mflags} CXXFLAGS="%{optflags}"
|
|||||||
%make_install fillupdir=%{_fillupdir}
|
%make_install fillupdir=%{_fillupdir}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# will fail on qemu with unshare: unshare failed: Invalid argument
|
||||||
|
%if !0%{?qemu_user_space_build}
|
||||||
tests/regtest.py --skip-make > /dev/null
|
tests/regtest.py --skip-make > /dev/null
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Permission settings of files and directories depending on the local
|
Permission settings of files and directories depending on the local
|
||||||
|
Loading…
Reference in New Issue
Block a user