diff options
| author | ZyX <kp-pav@yandex.ru> | 2015-08-15 17:25:10 +0300 |
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2015-10-08 22:00:45 +0300 |
| commit | b249529676306760b5cd99a4707e6bf246f8b99b (patch) | |
| tree | 511a5006699c0070549fd0ab4dd7fb86bbdb0082 /test/functional/ex_cmds | |
| parent | 804e0740964bf84891d798d36d82a5c7ffa462f2 (diff) | |
| download | rneovim-b249529676306760b5cd99a4707e6bf246f8b99b.tar.gz rneovim-b249529676306760b5cd99a4707e6bf246f8b99b.tar.bz2 rneovim-b249529676306760b5cd99a4707e6bf246f8b99b.zip | |
functests: Make one recover_spec test also use gdb or valgrind
Diffstat (limited to 'test/functional/ex_cmds')
| -rw-r--r-- | test/functional/ex_cmds/recover_spec.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/recover_spec.lua b/test/functional/ex_cmds/recover_spec.lua index b92739e40e..a24a60af81 100644 --- a/test/functional/ex_cmds/recover_spec.lua +++ b/test/functional/ex_cmds/recover_spec.lua @@ -47,7 +47,8 @@ describe(':preserve', function() --TODO(justinmk): this is an ugly hack to force `helpers` to support --multiple sessions. - local nvim2 = helpers.spawn({helpers.nvim_prog, '-u', 'NONE', '--embed'}) + local nvim2 = helpers.spawn({helpers.nvim_prog, '-u', 'NONE', '--embed'}, + true) helpers.set_session(nvim2) source(init) |