mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 20:19:00 +00:00
Uncommented testing lines
This commit is contained in:
@@ -88,11 +88,11 @@ TAR=${TAR:-tar}
|
||||
# ############################################################################
|
||||
|
||||
check_branch() {
|
||||
# echo -n "Checking branch... "
|
||||
# local clean_branch=$(git status --porcelain|wc -l)
|
||||
# if [ "$clean_branch" -gt 0 ]; then
|
||||
# die "The branch has uncommitted changes or unknown files"
|
||||
# fi
|
||||
echo -n "Checking branch... "
|
||||
local clean_branch=$(git status --porcelain|wc -l)
|
||||
if [ "$clean_branch" -gt 0 ]; then
|
||||
die "The branch has uncommitted changes or unknown files"
|
||||
fi
|
||||
echo "OK"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user