Try again to make rm failures not blow up Jenkins.

This commit is contained in:
Daniel Nichter
2012-10-13 13:14:35 -06:00
parent 876dd17060
commit 954d90a088

View File

@@ -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. #