From b11f5aa119af001a6ebee4cb610ff2cce20936ce Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 5 Aug 2018 03:17:08 +0200 Subject: doc: xdg, MAINTAIN.md, channel-id, job control - tutor: emphasize K --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit