mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-24 02:01:42 +08:00
Try again to make rm failures not blow up Jenkins.
This commit is contained in:
@@ -62,11 +62,8 @@ export LANG="en_US.UTF-8"
|
||||
# ######################################### #
|
||||
# Remove conf files that's shouldn't exist. #
|
||||
# ######################################### #
|
||||
(
|
||||
rm ~/.pt-*conf*
|
||||
rm ~/.my*
|
||||
true
|
||||
)
|
||||
rm ~/.pt-*conf* || true
|
||||
rm ~/.my* || true
|
||||
|
||||
#############################
|
||||
# Check and start test env. #
|
||||
|
||||
Reference in New Issue
Block a user