make sure listParts returns parts that are valid (#20390)

This commit is contained in:
Harshavardhana
2024-09-06 02:42:21 -07:00
committed by GitHub
parent 241be9709c
commit b6b7cddc9c
8 changed files with 433 additions and 106 deletions

View File

@@ -24,6 +24,9 @@ catch() {
rm -rf /tmp/multisitea
rm -rf /tmp/multisiteb
rm -rf /tmp/data
if [ $# -ne 0 ]; then
exit $#
fi
}
catch