diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-08-05 03:17:08 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-11 19:32:31 +0200 |
commit | b11f5aa119af001a6ebee4cb610ff2cce20936ce (patch) | |
tree | fa54497177ed4058ce0893ca5f64dd373c9c29c6 /test | |
parent | e17e21e4cfb4c9c402b26e49f36af6c2ca6239ec (diff) | |
download | rneovim-b11f5aa119af001a6ebee4cb610ff2cce20936ce.tar.gz rneovim-b11f5aa119af001a6ebee4cb610ff2cce20936ce.tar.bz2 rneovim-b11f5aa119af001a6ebee4cb610ff2cce20936ce.zip |
doc: xdg, MAINTAIN.md, channel-id, job control
- tutor: emphasize K
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md index 3ac8531ba8..0999f412ac 100644 --- a/test/README.md +++ b/test/README.md @@ -64,9 +64,9 @@ To run a *specific* functional test: TEST_FILE=test/functional/foo.lua make functionaltest -To *repeat* a test many times: +To *repeat* a test: - .deps/usr/bin/busted --filter 'foo' --repeat 1000 test/functional/ui/foo_spec.lua + .deps/usr/bin/busted --lpath='build/?.lua' --filter 'foo' --repeat 1000 test/functional/ui/foo_spec.lua ### Filter by tag |