stop removing /tmp

pull/14347/head
Steven Powell 2022-06-16 10:36:48 -07:00
parent 78e4b54fe2
commit 4630eec72d
1 changed files with 0 additions and 3 deletions

View File

@ -111,9 +111,6 @@ function cleanup() {
done
echo -e "\nafter the cleanup:"
overview
# clean up /tmp
find /tmp -name . -o -prune -exec rm -rf -- {} + >/dev/null 2>&1 || true
}
# Give 15m for Linux-specific cleanup