Remove PT stuff in /tmp before Jenkins testing.

This commit is contained in:
Daniel Nichter
2012-10-13 13:19:45 -06:00
parent 954d90a088
commit f0e79fb585

View File

@@ -62,6 +62,9 @@ export LANG="en_US.UTF-8"
# ######################################### #
# Remove conf files that's shouldn't exist. #
# ######################################### #
rm -rf /tmp/pt-* || true
rm -rf /tmp/pt_* || true
rm -rf /tmp/percona* || true
rm ~/.pt-*conf* || true
rm ~/.my* || true