commit 6bd1d12e1ebce8e487393699a8ef83bc4eaecab6 Author: teor (Tim Wilson-Brown) teor2345@gmail.com Date: Mon Jul 18 13:07:09 2016 +1000
Fix some typos in test-network.sh --- tools/test-network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/test-network.sh b/tools/test-network.sh index 38a0477..3cd6092 100755 --- a/tools/test-network.sh +++ b/tools/test-network.sh @@ -55,7 +55,7 @@ do *) echo "$myname: Sorry, I don't know what to do with '$1'." # continue processing arguments during a dry run - if [ "$NETWORK_DRY_RUN" != true]; then + if [ "$NETWORK_DRY_RUN" != true ]; then exit 2 fi ;; @@ -141,7 +141,7 @@ cd "$CHUTNEY_PATH" CHUTNEY_BOOTSTRAP_TIME=${CHUTNEY_BOOTSTRAP_TIME:-60} # but even the fastest tor networks take 5 seconds for their first consensus # and then 10 seconds after that for relays to bootstrap and upload descriptors -echo "Waiting 15 seconds for a consensus containing relaysto be generated..." +echo "Waiting 15 seconds for a consensus containing relays to be generated..." sleep 15 ./chutney verify $CHUTNEY_NETWORK VERIFY_EXIT_STATUS=$?
tor-commits@lists.torproject.org