summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-03 12:19:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-03 12:19:56 -0400
commit7c33a68890b51f48f4eb2263ebdf9d1f5468b0c7 (patch)
tree41a2d4077cc77d5339c06b846e9ad1bb93f7516d /devtools
parentda086642597e6f69bfbda5a81b60af5939510dd8 (diff)
downloadgpsd-7c33a68890b51f48f4eb2263ebdf9d1f5468b0c7.tar.gz
Update documentation.
Diffstat (limited to 'devtools')
-rw-r--r--devtools/flock-instructions14
1 files changed, 7 insertions, 7 deletions
diff --git a/devtools/flock-instructions b/devtools/flock-instructions
index fa452078..4b537800 100644
--- a/devtools/flock-instructions
+++ b/devtools/flock-instructions
@@ -35,16 +35,16 @@ To gain access to the test network:
To use the test network:
1. Call the script 'flocktest', optionally with a -d option to set a
- test subdirectory and an -m option to set a return email address
- for error logs. (You can also set these in a .flockdriver dot file;
+ test subdirectory. (You can also set this in a .flockdriver dot file;
do "flocktest -?" to see instructions about how to set this up.)
The local flocktest script will execute the remote flockdriver
- script on each machine, calling it with options that will identify
- you to it. See the local copy of the flockdriver script for details
- on the test sequence
+ script on each machine. See the local copy of the flockdriver
+ script for details on the test sequence. flocktest will only
+ return after all tests are complete, but they will be run in
+ parallel rather than sequentially.
The success/failure notifications will appear as CIA messages on
- the #gpsd IRC channel at freenode. If the test failed, the
- log will be mailed to you.
+ the #gpsd IRC channel at freenode. For each failed test, the
+ log will be dumped to standard output.