Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
avocado
提交
e290ce7b
A
avocado
项目概览
openeuler
/
avocado
通知
0
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
A
avocado
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
e290ce7b
编写于
12月 18, 2017
作者:
L
Lukáš Doktor
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
spell: Fix typos and update spell.ignore
Signed-off-by:
N
Lukáš Doktor
<
ldoktor@redhat.com
>
上级
a3366136
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
9 addition
and
5 deletion
+9
-5
avocado/core/app.py
avocado/core/app.py
+1
-1
avocado/core/test.py
avocado/core/test.py
+1
-1
avocado/utils/process.py
avocado/utils/process.py
+1
-1
avocado/utils/software_manager.py
avocado/utils/software_manager.py
+2
-2
spell.ignore
spell.ignore
+4
-0
未找到文件。
avocado/core/app.py
浏览文件 @
e290ce7b
...
...
@@ -93,5 +93,5 @@ class AvocadoApp(object):
# This makes sure we cleanup the console (stty echo). The only way
# to avoid cleaning it is to kill the less (paginator) directly
STD_OUTPUT
.
close
()
# Force-close tmpdir
# Force-close tmp
dir
data_dir
.
clean_tmp_files
()
avocado/core/test.py
浏览文件 @
e290ce7b
...
...
@@ -744,7 +744,7 @@ class Test(unittest.TestCase, TestData):
content being checked here
:type name: str
:returns: True if the check was performed (there was a reference file) and
was successful
l
, and False otherwise (there was no such reference
was successful, and False otherwise (there was no such reference
file and thus no check was performed).
:raises: :class:`exceptions.TestFail` when the check is performed and fails
'''
...
...
avocado/utils/process.py
浏览文件 @
e290ce7b
...
...
@@ -321,7 +321,7 @@ class FDDrainer(object):
main thread finishes and also it allows those daemons
to be running after the process finishes.
:type ignore_bg_processes: boolean
:param verbose: wether to log in both the logger and stream_logger
:param verbose: w
h
ether to log in both the logger and stream_logger
:type verbose: boolean
"""
self
.
fd
=
fd
...
...
avocado/utils/software_manager.py
浏览文件 @
e290ce7b
...
...
@@ -1023,9 +1023,9 @@ class AptBackend(DpkgBackend):
"""
Installed build-dependencies of a given package [name].
:param name: parameter package to install build-dep for.
:param name: parameter package to install build-dep
endencies
for.
:return True: If pac
ak
ges are installed properly
:return True: If pac
ka
ges are installed properly
"""
if
not
self
.
check_installed
(
'dpkg-dev'
):
if
not
self
.
install
(
'dpkg-dev'
):
...
...
spell.ignore
浏览文件 @
e290ce7b
...
...
@@ -449,3 +449,7 @@ formatter
parsers
lf
uncompressing
dm
boolean
inspektor
subtests
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录