Merge "fix some typos"

This commit is contained in:
Jenkins 2015-11-17 03:45:21 +00:00 committed by Gerrit Code Review
commit aa0ee7a92a
2 changed files with 1 additions and 3 deletions

View File

@ -42,8 +42,6 @@ class TaskEndpoint(object):
target = oslo_messaging.Target(topic="test", version='1.0')
LOWEST = 8
def stop_task(self, ctx, uuid):
print "[LOG] stopping task: %s" % uuid
task = db_api.task_get(uuid)

View File

@ -40,7 +40,7 @@ function report_html_test {
function ubuntu_stap_test {
scal_ci=$BASE/new/scalpels/tests/ci/
sudo stap -vvv $scal_ci/pyfunc.stp -c "$DATA_DIR/cpython_build/bin/python $scal_ci/test-func.py"
sudo stap -vv $scal_ci/pyfunc.stp -c "$DATA_DIR/cpython_build/bin/python $scal_ci/test-func.py"
}
function stap_test {