mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 16:40:23 +00:00
Rm conf files in subshell so rm won't kill jenkins-test if there are no files.
This commit is contained in:
@@ -62,8 +62,10 @@ export LANG="en_US.UTF-8"
|
||||
# ######################################### #
|
||||
# Remove conf files that's shouldn't exist. #
|
||||
# ######################################### #
|
||||
rm ~/.pt-*conf*
|
||||
rm ~/.my*
|
||||
(
|
||||
rm ~/.pt-*conf*
|
||||
rm ~/.my*
|
||||
)
|
||||
|
||||
#############################
|
||||
# Check and start test env. #
|
||||
|
Reference in New Issue
Block a user