Accepting request 562500 from home:michel_mno:branches:editors
- ignore make check transient errors for PowerPC bypass boo#1072651 OBS-URL: https://build.opensuse.org/request/show/562500 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=470
This commit is contained in:
parent
892d7729e2
commit
78df4ea2f4
@ -14,6 +14,12 @@ Mon Jan 8 11:32:31 UTC 2018 - idonmez@suse.com
|
|||||||
* The :leftabove modifier doesn't work for :copen.
|
* The :leftabove modifier doesn't work for :copen.
|
||||||
* Compiler warning on 64 bit MS-Windows system.
|
* Compiler warning on 64 bit MS-Windows system.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 8 11:18:32 UTC 2018 - normand@linux.vnet.ibm.com
|
||||||
|
|
||||||
|
- ignore make check transient errors for PowerPC
|
||||||
|
bypass boo#1072651
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 7 17:08:12 UTC 2018 - suse-beta@cboltz.de
|
Sun Jan 7 17:08:12 UTC 2018 - suse-beta@cboltz.de
|
||||||
|
|
||||||
|
5
vim.spec
5
vim.spec
@ -341,7 +341,12 @@ export TERM=linux
|
|||||||
# Reset the terminal scrolling region left behind by the testsuite
|
# Reset the terminal scrolling region left behind by the testsuite
|
||||||
trap "printf '\e[r'" EXIT
|
trap "printf '\e[r'" EXIT
|
||||||
# Look for "TEST FAILURE" in the build log
|
# Look for "TEST FAILURE" in the build log
|
||||||
|
%ifarch ppc ppc64 ppc64le
|
||||||
|
LC_ALL=en_US.UTF-8 make test || { echo "Ignore transient errors for PowerPC. boo#1072651"; }
|
||||||
|
%else
|
||||||
|
make test
|
||||||
LC_ALL=en_US.UTF-8 make test
|
LC_ALL=en_US.UTF-8 make test
|
||||||
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{_sbindir}/update-alternatives --install %{_bindir}/vim vim %{_bindir}/vim-nox11 20
|
%{_sbindir}/update-alternatives --install %{_bindir}/vim vim %{_bindir}/vim-nox11 20
|
||||||
|
Loading…
Reference in New Issue
Block a user