This submission fixes typos for the following files -
1. tests/ci/cover.sh 2. rally/plugins/openstack/context/cleanup/manager.py 3. rally/task/validation.py Change-Id: Ia8b412caf7b5d995bf367ebe89172555882ca898
This commit is contained in:
@@ -22,7 +22,7 @@ show_diff () {
|
|||||||
diff -U 0 $1 $2 | sed 1,2d
|
diff -U 0 $1 $2 | sed 1,2d
|
||||||
}
|
}
|
||||||
|
|
||||||
# Stash uncommited changes, checkout master and save coverage report
|
# Stash uncommitted changes, checkout master and save coverage report
|
||||||
uncommited=$(git status --porcelain | grep -v "^??")
|
uncommited=$(git status --porcelain | grep -v "^??")
|
||||||
[[ -n $uncommited ]] && git stash > /dev/null
|
[[ -n $uncommited ]] && git stash > /dev/null
|
||||||
git checkout HEAD^
|
git checkout HEAD^
|
||||||
@@ -32,7 +32,7 @@ find . -type f -name "*.pyc" -delete && python setup.py testr --coverage --testr
|
|||||||
coverage report > $baseline_report
|
coverage report > $baseline_report
|
||||||
baseline_missing=$(awk 'END { print $3 }' $baseline_report)
|
baseline_missing=$(awk 'END { print $3 }' $baseline_report)
|
||||||
|
|
||||||
# Checkout back and unstash uncommited changes (if any)
|
# Checkout back and unstash uncommitted changes (if any)
|
||||||
git checkout -
|
git checkout -
|
||||||
[[ -n $uncommited ]] && git stash pop > /dev/null
|
[[ -n $uncommited ]] && git stash pop > /dev/null
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user