mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 00:43:58 +00:00
Remove PT stuff in /tmp before Jenkins testing.
This commit is contained in:
@@ -62,8 +62,11 @@ export LANG="en_US.UTF-8"
|
|||||||
# ######################################### #
|
# ######################################### #
|
||||||
# Remove conf files that's shouldn't exist. #
|
# Remove conf files that's shouldn't exist. #
|
||||||
# ######################################### #
|
# ######################################### #
|
||||||
rm ~/.pt-*conf* || true
|
rm -rf /tmp/pt-* || true
|
||||||
rm ~/.my* || true
|
rm -rf /tmp/pt_* || true
|
||||||
|
rm -rf /tmp/percona* || true
|
||||||
|
rm ~/.pt-*conf* || true
|
||||||
|
rm ~/.my* || true
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
# Check and start test env. #
|
# Check and start test env. #
|
||||||
|
Reference in New Issue
Block a user