From 7283164ff3eae6c19fa86fe6e219cd287b2752004b66ddc7edb4051b5c6f8026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 12 Oct 2017 08:04:08 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=447 --- vim.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/vim.spec b/vim.spec index 7abf9b5..80cedd4 100644 --- a/vim.spec +++ b/vim.spec @@ -158,11 +158,6 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim %patch100 -p1 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} . -# Unreliable test -rm ./src/testdir/test_cmdline.vim -rm ./src/testdir/test86* -rm ./src/testdir/test87* - %build export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing" export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=1} @@ -331,9 +326,9 @@ mkdir -p %{buildroot}%{_localstatedir}/run/vi.recover # 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 +export TERM=dumb # 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 LC_ALL=en_US.UTF-8 make test