Reserve a test-network.sh exit status of 2 for unknown arguments

Part of 21570.
This commit is contained in:
teor 2017-02-28 02:02:32 +11:00
parent fb32c52232
commit 1ebcd22e80
No known key found for this signature in database
GPG Key ID: 450CBA7F968F094B
1 changed files with 1 additions and 1 deletions

View File

@ -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.