aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-30 01:25:25 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-06-07 00:26:21 +0200
commit698ec9eb6e97ce9038e5f95a3208b7a0ac8da805 (patch)
tree0692e508d6a455adaa59b611fee8802b0033df7e /test
parentf83d733318d27ed8ad9fc7a442142ee8a74b7a39 (diff)
downloadrneovim-698ec9eb6e97ce9038e5f95a3208b7a0ac8da805.tar.gz
rneovim-698ec9eb6e97ce9038e5f95a3208b7a0ac8da805.tar.bz2
rneovim-698ec9eb6e97ce9038e5f95a3208b7a0ac8da805.zip
loop_close: Avoid infinite loop, and log it.
Avoids a hang, and also helps diagnose issues like: https://github.com/neovim/neovim/pull/6594#issuecomment-298321826
Diffstat (limited to 'test')
-rw-r--r--test/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
index 2857cc0ecf..01db5960cd 100644
--- a/test/README.md
+++ b/test/README.md
@@ -2,6 +2,8 @@
Tests are run by `/cmake/RunTests.cmake` file, using busted.
+For some failures, `.nvimlog` (or `$NVIM_LOG_FILE`) may provide insight.
+
## Directory structure
Directories with tests: `/test/benchmark` for benchmarks, `/test/functional` for