[neovim] 04/05: tests/ui: Stop the terminal job after testing

James McCoy jamessan at debian.org
Sat Oct 8 18:26:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository neovim.

commit 45cb3c23fa1d694e09a0f835c4d4e94d26c012be
Author: James McCoy <jamessan at jamessan.com>
Date:   Wed Sep 14 10:19:07 2016 -0400

    tests/ui: Stop the terminal job after testing
    
    When running the tests in a contained environment, the lingering
    terminal processes prevent the unmounting of the filesystems in the
    contained environment.
---
 test/functional/ui/output_spec.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua
index 22ffc15..bbfd40a 100644
--- a/test/functional/ui/output_spec.lua
+++ b/test/functional/ui/output_spec.lua
@@ -19,6 +19,7 @@ describe("shell command :!", function()
   end)
 
   after_each(function()
+    child_session.feed_data("\3") -- Ctrl-C
     screen:detach()
   end)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/neovim.git



More information about the pkg-vim-maintainers mailing list