commit | b0f94c1ff34d27d33aa9f96204985ea29c2eb0a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 22:19:53 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 22:19:53 2019 +0200 |
tree | 257407d2c2c31bff552c749fd9296642fc7f55c2 | |
parent | 8d241040310a6a27c28d62fa04558f2bfaa5ebde [diff] [blame] |
patch 8.1.1524: tests are silently skipped Problem: Tests are silently skipped. Solution: Throw an exception for skipped tests in more places.
diff --git a/src/testdir/test_perl.vim b/src/testdir/test_perl.vim index e24c04f..d38fc07 100644 --- a/src/testdir/test_perl.vim +++ b/src/testdir/test_perl.vim
@@ -1,7 +1,7 @@ " Tests for Perl interface if !has('perl') - finish + throw 'Skipped, perl feature missing' end " FIXME: RunTest don't see any error when Perl abort...