aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-10-12 17:44:44 +0200
committerGitHub <noreply@github.com>2018-10-12 17:44:44 +0200
commit15a71338e3cc14ac194228256f7069451953ea17 (patch)
tree108ec133e561a8d73a50b1ef45c4423600b31c7d /test
parentfb043f8ea324a498c80d6470bfabc0faa6415742 (diff)
parente52293757a6bd682d551088b314b463ff4021cea (diff)
downloadrneovim-15a71338e3cc14ac194228256f7069451953ea17.tar.gz
rneovim-15a71338e3cc14ac194228256f7069451953ea17.tar.bz2
rneovim-15a71338e3cc14ac194228256f7069451953ea17.zip
Merge #8902 'doc'
Diffstat (limited to 'test')
-rw-r--r--test/README.md4
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