From: teor Date: Mon, 27 Feb 2017 15:02:32 +0000 (+1100) Subject: Reserve a test-network.sh exit status of 2 for unknown arguments X-Git-Tag: tor-0.3.0.4-rc~20^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ebcd22e80e1b59747b4abfddb601f89d96bf59a;p=thirdparty%2Ftor.git Reserve a test-network.sh exit status of 2 for unknown arguments Part of 21570. --- diff --git a/src/test/test-network.sh b/src/test/test-network.sh index 692a6d597f..2c37b6d826 100755 --- a/src/test/test-network.sh +++ b/src/test/test-network.sh @@ -182,7 +182,7 @@ if [ "$NETWORK_DRY_RUN" = true ]; then fi cd "$CHUTNEY_PATH" -./tools/bootstrap-network.sh $NETWORK_FLAVOUR || exit 2 +./tools/bootstrap-network.sh $NETWORK_FLAVOUR || exit 3 # Sleep some, waiting for the network to bootstrap. # TODO: Add chutney command 'bootstrap-status' and use that instead.