summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_channel.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-06 16:12:12 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-06 16:12:12 +0200
commit5d30ff19648d2ff0696cea97582b902f6a4ec0ba (patch)
tree2b932551af5b577566f7d024d6491127ede12451 /src/testdir/test_channel.vim
parentf6d50f1da8ed22cd6ff37ade965684dd1fa67a2c (diff)
patch 8.1.1483: skipped tests are not properly listedv8.1.1483
Problem: Skipped tests are not properly listed. Solution: Throw a "Skipped" exception instead of using ":finish" or ":return".
Diffstat (limited to 'src/testdir/test_channel.vim')
-rw-r--r--src/testdir/test_channel.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim
index 2f2b5597fb..982a0459a1 100644
--- a/src/testdir/test_channel.vim
+++ b/src/testdir/test_channel.vim
@@ -1,7 +1,7 @@
" Test for channel functions.
if !has('channel')
- finish
+ throw 'Skipped: channel feature missing'
endif
source shared.vim
@@ -9,7 +9,7 @@ source shared.vim
let s:python = PythonProg()
if s:python == ''
" Can't run this test without Python.
- finish
+ throw 'Skipped: Python command missing'
endif
" Uncomment the next line to see what happens. Output is in