mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Reserve a test-network.sh exit status of 2 for unknown arguments
Part of 21570.
This commit is contained in:
parent
fb32c52232
commit
1ebcd22e80
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user