1 Star 0 Fork 39

jchzhou/ostree

forked from src-openEuler/ostree 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Do-not-run-testcase-test-libarvhive-import-because-selinux-is-off.patch 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
From 51c151dec84057108e6fd976e8d730e616a6f34f Mon Sep 17 00:00:00 2001
From: yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com>
Date: Wed, 12 Aug 2020 11:24:31 +0800
Subject: Do not run tesecase test-libarchive-import,because selinux is off.
---
tests/test-libarchive-import.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test-libarchive-import.c b/tests/test-libarchive-import.c
index d3429cd..acc8391 100644
--- a/tests/test-libarchive-import.c
+++ b/tests/test-libarchive-import.c
@@ -613,7 +613,7 @@ int main (int argc, char **argv)
g_test_add_data_func ("/libarchive/xattr-callback", &td, test_libarchive_xattr_callback);
g_test_add_data_func ("/libarchive/no-use-entry-pathname", &td, test_libarchive_no_use_entry_pathname);
g_test_add_data_func ("/libarchive/use-entry-pathname", &td, test_libarchive_use_entry_pathname);
- g_test_add_data_func ("/libarchive/selinux", &td, test_libarchive_selinux);
+ //g_test_add_data_func ("/libarchive/selinux", &td, test_libarchive_selinux);
r = g_test_run();
--
1.8.3.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jchzhou/ostree.git
git@gitee.com:jchzhou/ostree.git
jchzhou
ostree
ostree
master

搜索帮助