feat(lua): exit 1 on Lua "-l" script error

This commit is contained in:
Justin M. Keyes
2023-01-02 15:34:14 +01:00
parent 45549f031e
commit adef308a59
6 changed files with 43 additions and 23 deletions

View File

@@ -1,3 +1,5 @@
-- Tests for system() and :! shell.
local helpers = require('test.functional.helpers')(after_each)
local assert_alive = helpers.assert_alive