forked from aniani/vim
patch 8.1.1524: tests are silently skipped
Problem: Tests are silently skipped. Solution: Throw an exception for skipped tests in more places.
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user