Skip to content
GitLab
探索
项目
群组
代码片段
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录
切换导航
菜单
打开侧边栏
wazuh
Fwknop
提交
d50276d6
提交
d50276d6
编辑于
6年前
作者:
Michael Rash
浏览文件
操作
下载
电子邮件补丁
差异文件
[test suite] better job of cleaning up coverage files
上级
62336616
master
CSGSYY
SCT230A
alotcer
ipv6
udp_server_destination
2.6.11-pre1
无相关合并请求
变更
2
隐藏空白变更内容
行内
左右并排
显示
2 个更改的文件
test/init-lcov.sh
+4
-0
test/init-lcov.sh
test/rm-coverage-files.sh
+1
-1
test/rm-coverage-files.sh
有
5 个添加
和
1 个删除
+5
-1
test/init-lcov.sh
+
4
-
0
浏览文件 @
d50276d6
...
...
@@ -6,6 +6,10 @@ cd ..
[
!
-d
$TOP_DIR
]
&&
mkdir
$TOP_DIR
[
-f
$LCOV_BASE
]
&&
rm
-f
$LCOV_BASE
[
-f
$LCOV_INFO
]
&&
rm
-f
$LCOV_INFO
[
-f
$LCOV_INFO_TMP
]
&&
rm
-f
$LCOV_INFO_TMP
[
-f
$LCOV_INFO_TMP2
]
&&
rm
-f
$LCOV_INFO_TMP2
[
-f
$LCOV_INFO_TMP3
]
&&
rm
-f
$LCOV_INFO_TMP3
[
-f
$LCOV_INFO_TMP4
]
&&
rm
-f
$LCOV_INFO_TMP4
[
-f
$LCOV_INFO_FINAL
]
&&
rm
-f
$LCOV_INFO_FINAL
[
-d
$LCOV_RESULTS_DIR
]
&&
rm
-rf
$LCOV_RESULTS_DIR
[
!
-d
$LCOV_RESULTS_DIR
]
&&
mkdir
$LCOV_RESULTS_DIR
...
...
This diff is collapsed.
Click to expand it.
test/rm-coverage-files.sh
+
1
-
1
浏览文件 @
d50276d6
#!/bin/sh -x
cd
..
for
d
in
client server lib
for
d
in
client server lib
common
do
for
s
in
*
.gcda
*
.gcno
*
.gcov
do
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
菜单
探索
项目
群组
代码片段