diff .cirrus.yml @ 20299:8a6e2b44b08f v8.2.0705

patch 8.2.0705: indent tests don't run on CI for FreeBSD Commit: https://github.com/vim/vim/commit/3657686a0e8fd07428a25c2cf9efcc8b5d33f895 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 6 22:25:05 2020 +0200 patch 8.2.0705: indent tests don't run on CI for FreeBSD Problem: Indent tests don't run on CI for FreeBSD. Solution: Set modeline. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/6048)
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 May 2020 22:30:05 +0200
parents 97d534e17874
children 93dae47699fb
line wrap: on
line diff
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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