Accepting request 441243 from home:dimstar:Factory
- Export "TERM=linux" before running the test suite: vim does quite an extensive test relying on a full fledged terminal inside OBS, stdio is redirected to a serial console (where the build log is being recorded/extracted. Systemd set non-local tty by default to vt220 in upcoming versions (which the vi test suite fails to run on; this should be considered a vim bug). OBS-URL: https://build.opensuse.org/request/show/441243 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=395
This commit is contained in:
parent
4d7ecde70c
commit
443d5c4122
10
vim.changes
10
vim.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 21 16:01:17 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Export "TERM=linux" before running the test suite: vim does quite
|
||||||
|
an extensive test relying on a full fledged terminal inside OBS,
|
||||||
|
stdio is redirected to a serial console (where the build log is
|
||||||
|
being recorded/extracted. Systemd set non-local tty by default to
|
||||||
|
vt220 in upcoming versions (which the vi test suite fails to
|
||||||
|
run on; this should be considered a vim bug).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 08:47:34 UTC 2016 - idonmez@suse.com
|
Fri Nov 18 08:47:34 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
5
vim.spec
5
vim.spec
@ -330,6 +330,11 @@ mkdir -p %{buildroot}/var/run/vi.recover
|
|||||||
%fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
|
%fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# vim does quite an extensive test relying on a full fledged terminal
|
||||||
|
# inside OBS, stdio is redirected to a serial console (where the build log
|
||||||
|
# is being recorded/extracted. Systemd set non-local tty by default to vt220
|
||||||
|
# in upcoming versions
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user