aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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