未验证 提交 c861a703 编写于 作者: A Amador Pahim

Merge branch 'ldoktor-spell'

......@@ -141,7 +141,7 @@ class JobPreTests(Plugin):
"""
Base plugin interface for adding actions before a job runs tests
This interface looks similar to :class:`JobPre`, but it's inteded
This interface looks similar to :class:`JobPre`, but it's intended
to be called at a very specific place, that is, between
:meth:`avocado.core.job.Job.create_test_suite` and
:meth:`avocado.core.job.Job.run_tests`.
......@@ -177,7 +177,7 @@ class JobPostTests(Plugin):
class ResultEvents(JobPreTests, JobPostTests):
"""
Base plugin interface for event based (streameable) results
Base plugin interface for event based (stream-able) results
Plugins that want to add actions to be run after a job runs,
should use the 'avocado.plugins.result_events' namespace and
......
......@@ -63,7 +63,7 @@ def run_make(path, make='make', env=None, extra_args='', ignore_status=None,
# Compatibility with 36LTS
# process_kwargs was added in 43.0 and supersedes the old way of
# specifying the proces's arguments. When 36LTS is discontinued the
# specifying the process's arguments. When 36LTS is discontinued the
# ignore_status, allow_output_check and env args should be removed.
if process_kwargs is None:
process_kwargs = {}
......
......@@ -311,7 +311,7 @@ class SubProcess(object):
did not closed the stdout/stderr). Note this might result
in missing output produced by those daemons after the
main thread finishes and also it allows those daemons
to be running after the process fininshes.
to be running after the process finishes.
"""
# Now assemble the final command considering the need for sudo
self.cmd = self._prepend_sudo(cmd, sudo, shell)
......
......@@ -410,3 +410,5 @@ jobid
lts
unparsed
browsable
rfc
bfr
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册