]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Reserve a test-network.sh exit status of 2 for unknown arguments
authorteor <teor2345@gmail.com>
Mon, 27 Feb 2017 15:02:32 +0000 (02:02 +1100)
committerteor <teor2345@gmail.com>
Mon, 27 Feb 2017 15:02:32 +0000 (02:02 +1100)
Part of 21570.

src/test/test-network.sh

index 692a6d597fcae715b81df5b5a22074a8bdc1c425..2c37b6d826b930144f8f10d85de63d9083f223af 100755 (executable)
@@ -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.