diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-12 17:44:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 17:44:44 +0200 |
commit | 15a71338e3cc14ac194228256f7069451953ea17 (patch) | |
tree | 108ec133e561a8d73a50b1ef45c4423600b31c7d /test | |
parent | fb043f8ea324a498c80d6470bfabc0faa6415742 (diff) | |
parent | e52293757a6bd682d551088b314b463ff4021cea (diff) | |
download | rneovim-15a71338e3cc14ac194228256f7069451953ea17.tar.gz rneovim-15a71338e3cc14ac194228256f7069451953ea17.tar.bz2 rneovim-15a71338e3cc14ac194228256f7069451953ea17.zip |
Merge #8902 'doc'
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 |