[tor-commits] [chutney/master] Minor updates to the README

teor at torproject.org teor at torproject.org
Mon Feb 27 12:41:06 UTC 2017


commit b398fce01da487f9ed12d610de42b1ece4e88347
Author: teor <teor2345 at gmail.com>
Date:   Mon Feb 27 23:32:36 2017 +1100

    Minor updates to the README
---
 README | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 7c4f347..f126145 100644
--- a/README
+++ b/README
@@ -10,10 +10,11 @@ It is supposed to be a good tool for:
 Right now it only sorta does these things.
 
 You will need, at the moment:
-  - Tor installed somewhere in your path or the location of the 'tor' and
-    'tor-gencert' binaries specified through the environment variables
-    CHUTNEY_TOR and CHUTNEY_TOR_GENCERT, respectively.
-  - Python 2.7 or later
+  - Tor installed somewhere in your path, or
+  - The location of the 'tor' and 'tor-gencert' binaries specified through the
+    environment variables CHUTNEY_TOR and CHUTNEY_TOR_GENCERT, respectively, or
+  - To run chutney's tools/test-network.sh from a tor build directory, and
+  - Python 2.7 or later (Python 3 support is an ongoing work)
 
 Stuff to try:
 
@@ -23,13 +24,14 @@ Automated Setup, Verification, and Shutdown:
   ./tools/test-network.sh --tor-path <tor-build-directory>
   ./tools/test-network.sh --tor <name-or-path> --tor-gencert <name-or-path>
   (--tor-path and $TOR_DIR override --tor and --tor-gencert.)
+  (The script tries hard to find tor.)
   ./tools/test-network.sh --chutney-path <chutney-directory>
-  (The script is pretty good at guessing this.)
+  (The script is pretty good at finding chutney.)
 
 test-network.sh looks for some tor binaries (either in a nearby build
 directory or in your $PATH), configures a comprehensive tor test network,
 launches it, then verifies data transmission through it, and cleans up after
-itself.
+itself. Relative paths are supported.
 
 You can modify its configuration using command-line arguments, or use the
 chutney environmental variables documented below:





More information about the tor-commits mailing list