diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-23 23:13:13 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-23 23:13:13 +0000 | 
| commit | 51b6b36adf19ec4aac95d0defb59c533bc0f4d57 (patch) | |
| tree | 906c5be262ceb86111b4a52d55306b67ea990550 /bin | |
| parent | 0e6250a4e3fe3c6762902f747383eb121dad8b23 (diff) | |
  We no longer refer to JSON.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/custodian-dequeue | 4 | ||||
| -rwxr-xr-x | bin/custodian-enqueue | 6 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index 5dc7513..d535aa2 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -31,8 +31,8 @@  #  # ABOUT  # -#  This tool is designed to pull JSON-encoded network/protocol-tests from -# a beanstalkd server and execute them, in series. +#  This tool is designed to pull network/protocol-tests from a beanstalkd server and execute +# them, in series.  #  #  The tests are created, via custodian-enqueue, by parsing a configuration  # file largely compatible with that used for our obsolete sentinel tool. diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 3a9ac7f..890afc3 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -17,7 +17,7 @@  #  #  -m, --manual        Show this manual, and exit.  # -#  -d, --dump          Dump the generated JSON to the console; don't insert in the queue. +#  -d, --dump          Dump the parsed tests to the console; don't insert in the queue.  #  #  --test              Test the parsing of the given file, alert on errors.  # @@ -29,8 +29,8 @@  # ABOUT  #  #  This tool reads a single configuration file and parses it into a -# series of network & protocol tests.   These tests are serialized -# into JSON, and stored in a beanstalkd queue. +# series of network & protocol tests.   These tests are then stored in +# a beanstalkd queue.  #  #  The intention is that the tests will be pulled from the queue and  # executed by the companion program custodian-dequeue.  The dequeing | 
