fix some typos

Change-Id: I0bc2c2900e44e9da7f6ac98780347d744ddb0de0
This commit is contained in:
Kun Huang 2015-11-16 23:20:10 +08:00
parent 28dec3510d
commit 73906b5162
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 {