diff options
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md index 6ad70e2f45..1cb814d85b 100644 --- a/test/README.md +++ b/test/README.md @@ -344,3 +344,6 @@ function calls, returns and lua source lines exuecuted. `NVIM_TEST_TRACE_ON_ERROR` (U) (1): makes unit tests yield trace on error in addition to regular error message. + +`NVIM_TEST_MAXTRACE` (U) (N): specifies maximum number of trace lines to keep. +Default is 1024. |