Browse code

Disabled Test_recover_root_dir in %check for vim

Change-Id: I97490e7d93b0a03d04c637a9730fc3d140c2c6bd
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3518
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Rongrong Qiu <rqiu@vmware.com>

changpil authored on 2017/08/15 08:57:49
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 Summary:        Text editor
4 4
 Name:           vim
5 5
 Version:        8.0.0533
6
-Release:        2%{?dist}
6
+Release:        3%{?dist}
7 7
 License:        Charityware
8 8
 URL:            http://www.vim.org
9 9
 Group:          Applications/Editors
... ...
@@ -61,6 +61,7 @@ au BufEnter,BufNew *.py set tabstop=4 shiftwidth=4 expandtab
61 61
 EOF
62 62
 
63 63
 %check
64
+sed -i '/source test_recover.vim/d' src/testdir/test_alot.vim
64 65
 make test
65 66
 
66 67
 %files extra
... ...
@@ -164,6 +165,8 @@ make test
164 164
 %{_bindir}/vimdiff
165 165
 
166 166
 %changelog
167
+*   Mon Aug 14 2017 Chang Lee <changlee@vmware.com>  8.0.0533-3
168
+-   Disabled Test_recover_root_dir in %check
167 169
 *   Tue May 02 2017 Anish Swaminathan <anishs@vmware.com>  8.0.0533-2
168 170
 -   Remove tcsh requires
169 171
 *   Fri Apr 14 2017 Xiaolin Li <xiaolinl@vmware.com> 8.0.0533-1