[tor-commits] [chutney/master] test-network: Fix the wording of a status message

teor at torproject.org teor at torproject.org
Fri Mar 13 01:11:26 UTC 2020


commit 75aea5d138d8473ab1e8f508fd626eff89150b00
Author: teor <teor at torproject.org>
Date:   Mon Mar 9 15:52:18 2020 +1000

    test-network: Fix the wording of a status message
---
 tools/test-network-impl.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test-network-impl.sh b/tools/test-network-impl.sh
index dc8d28c..4fa4482 100755
--- a/tools/test-network-impl.sh
+++ b/tools/test-network-impl.sh
@@ -28,7 +28,7 @@ export CHUTNEY_STOP_TIME=${CHUTNEY_STOP_TIME:-0}
 CHUTNEY="$CHUTNEY_PATH/chutney"
 
 if [ "$CHUTNEY_START_TIME" -ge 0 ]; then
-    $ECHO "Waiting $CHUTNEY_START_TIME seconds for a consensus containing relays to be generated..."
+    $ECHO "Waiting up to $CHUTNEY_START_TIME seconds for a consensus containing relays to be generated..."
     # We require the network to bootstrap, before we verify
     if ! "$CHUTNEY" wait_for_bootstrap "$CHUTNEY_NETWORK"; then
         "$DIAGNOSTICS"





More information about the tor-commits mailing list