commit d58548ecb5cf696063be712839d41c51658005b7 Author: teor teor@torproject.org Date: Wed Feb 19 17:36:21 2020 +1000
test-network: Fix a typo in NETWORK_FLAVOUR
Unfortunately, we use the UK English spelling for this variable.
Obviously correct changes to already-reviewed code. --- 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 8a8413d..a272f30 100755 --- a/tools/test-network-impl.sh +++ b/tools/test-network-impl.sh @@ -2,7 +2,7 @@
if ! "$CHUTNEY_PATH/tools/bootstrap-network.sh" "$NETWORK_FLAVOUR"; then if test "$?" = 77; then - $ECHO "SKIP: $NETWORK_FLAVOR not supported." + $ECHO "SKIP: $NETWORK_FLAVOUR not supported." exit 77 fi "$DIAGNOSTICS"
tor-commits@lists.torproject.org