doc: xdg, MAINTAIN.md, channel-id, job control

- tutor: emphasize K
This commit is contained in:
Justin M. Keyes
2018-08-05 03:17:08 +02:00
parent e17e21e4cf
commit b11f5aa119
14 changed files with 222 additions and 94 deletions

View File

@@ -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