commit 75aea5d138d8473ab1e8f508fd626eff89150b00 Author: teor teor@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"
tor-commits@lists.torproject.org