commit | 9c0cec65f891492314caadeef87a50251a21e630 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 13:38:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 13:38:15 2019 +0200 |
tree | ccf15ae17380248ffc511f53bf3e1dceb40bb628 | |
parent | db294adc65d73ffa5cdf3d0ab45ccbf05b965414 [diff] [blame] |
patch 8.1.1476: no statistics displayed after running tests Problem: No statistics displayed after running tests. Solution: Summarize the test results. (Christian Brabandt, closes #4391) Also make it possible to report a skipped file.
diff --git a/src/version.c b/src/version.c index 8f707b0..d0d2c28 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1476, +/**/ 1475, /**/ 1474,