Add automated restart test infrastructure (#17491)

This commit is contained in:
Ashwin Sekar
2021-06-04 15:55:16 -07:00
committed by GitHub
parent 4677e6c132
commit 7633d0fb8e
3 changed files with 60 additions and 0 deletions

View File

@ -75,6 +75,9 @@ while [[ -n $1 ]]; do
elif [[ $1 == --maximum-snapshots-to-retain ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 == --no-snapshot-fetch ]]; then
args+=("$1")
shift
else
echo "Unknown argument: $1"
$program --help