commit | e76d7a63dfe916c321e248fbfc97bd948d6fbabb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 16:37:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 16:37:25 2018 +0200 |
tree | 46c075b039c0e5650e01bd747d0788dadca140f3 | |
parent | 0bd405173234b7d749aac144f60b68fee2135cb3 [diff] [blame] |
patch 8.1.0424: test output is very verbose, loading CI log is slow Problem: Test output is very verbose, loading CI log is slow. Solution: Redirect output to /dev/null. (Ken Takata, closes #3456)
diff --git a/src/version.c b/src/version.c index 0ff6945..dd764ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 424, +/**/ 423, /**/ 422,