aboutsummaryrefslogtreecommitdiff
path: root/busted/outputHandlers/TAP.lua
Commit message (Collapse)AuthorAge
* test: Dump $NVIM_LOG_FILE contents (#8926)Justin M. Keyes2018-08-28
| | | | | | Do this at the test-framework level instead of CI (Travis) scripts. Then it works for QuickBuild and AppVeyor. ref eb6dd3e42dc38460e8624dc5faef894e21c6aa26
* test/busted: eager-flushing TAP.lua handlerJustin M. Keyes2017-07-29
This TAP.lua implementation was upstreamed: https://github.com/Olivine-Labs/busted/commit/f9db364291cfd7fe51b5c2b8132974fdc76aed73 but it has not been released yet. It avoids hangs, and helps debug hangs, on QuickBuild, so inline it until the next busted release.