]> granicus.if.org Git - vim/commitdiff
patch 8.2.0705: indent tests don't run on CI for FreeBSD v8.2.0705
authorBram Moolenaar <Bram@vim.org>
Wed, 6 May 2020 20:25:05 +0000 (22:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 May 2020 20:25:05 +0000 (22:25 +0200)
Problem:    Indent tests don't run on CI for FreeBSD.
Solution:   Set modeline. (Ozaki Kiichi, closes #6048)

.cirrus.yml
runtime/indent/testdir/runtest.vim
src/version.c

index 907d10eb4e0a97806578e045b5b6fe72e9d5b9cd..97fb0f1f6a559bcde75ff87dd94a51ce2c5a3f7b 100644 (file)
@@ -13,5 +13,4 @@ freebsd_12_task:
     - make -j${NPROC}
     - src/vim --version
   test_script:
-    # Runtime Indent tests do not work, run only the normal test suite
-    - cd src && make test
+    - make test
index b234a1ad94cb9eaa5045ae8efca03c40fe8986ae..6bbd33cacdb552930614493492d9d776a12bd570 100644 (file)
@@ -10,6 +10,7 @@ filetype indent on
 syn on
 set nowrapscan
 set report=9999
+set modeline
 
 au! SwapExists * call HandleSwapExists()
 func HandleSwapExists()
index f22b37d4cb8060130dcdee50b59d7c5ad8aba1ba..45f67c951c17654609a80da5cc81623ebf88694c 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    705,
 /**/
     704,
 /**/