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