passes through --allow-private-addr to validators in system perf tests (#18876)
This commit is contained in:
@ -78,6 +78,9 @@ while [[ -n $1 ]]; do
|
||||
elif [[ $1 == --no-snapshot-fetch ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
elif [[ $1 == --allow-private-addr ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
else
|
||||
echo "Unknown argument: $1"
|
||||
$program --help
|
||||
|
Reference in New Issue
Block a user