]> granicus.if.org Git - vim/commitdiff
patch 8.2.4268: CI log output is long v8.2.4268
authorichizok <gclient.gaap@gmail.com>
Mon, 31 Jan 2022 11:38:53 +0000 (11:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Jan 2022 11:38:53 +0000 (11:38 +0000)
Problem:    CI log output is long.
Solution:   Group output in sections. (Ozaki Kiichi, closes #9670)

.github/workflows/ci.yml
src/version.c

index 2c0857ca5351e531bc475c05ee2dcdfa2d830b79..038fec5b681deffafb79b5f209151d3c5791053e 100644 (file)
@@ -530,16 +530,18 @@ jobs:
           call "%VCVARSALL%" ${{ matrix.vcarch }}
           cd src
           echo.
-          echo %COL_GREEN%vim version:%COL_RESET%
+          echo ::group::%COL_GREEN%Vim version:%COL_RESET%
           .\vim --version || exit 1
+          echo ::endgroup::
 
           echo %COL_GREEN%Start testing vim in background.%COL_RESET%
           start cmd /c "cd ..\src2\testdir & nmake -nologo -f Make_dos.mak VIMPROG=..\..\src\vim > nul & echo done>done.txt"
 
-          echo %COL_GREEN%Test gvim:%COL_RESET%
+          echo ::group::%COL_GREEN%Test gvim:%COL_RESET%
           cd testdir
           nmake -nologo -f Make_dos.mak VIMPROG=..\gvim || exit 1
           cd ..
+          echo ::endgroup::
 
           echo %COL_GREEN%Wait for vim tests to finish.%COL_RESET%
           cd ..\src2\testdir
@@ -552,10 +554,11 @@ jobs:
           set timeout=1
           :exitloop
 
-          echo %COL_GREEN%Test results of vim:%COL_RESET%
+          echo ::group::%COL_GREEN%Test results of vim:%COL_RESET%
           if exist messages type messages
           nmake -nologo -f Make_dos.mak report VIMPROG=..\..\src\vim || exit 1
           if "%timeout%"=="1" (
             echo %COL_RED%Timed out.%COL_RESET%
             exit 1
           )
+          echo ::endgroup::
index 382c84a14d48f7a432a7a6caa1f4aa9a31a6cb3b..abc67424c61dfa32775977965b9e4be56ec7f38d 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4268,
 /**/
     4267,
 /**/