1 Star 0 Fork 8

abushwang/nbdkit

forked from OpenCloudOS Stream/nbdkit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0011-tests-test-cc-ocaml.sh-Use-nbdkit-v-option-to-help-w.patch 916 Bytes
一键复制 编辑 原始数据 按行查看 历史
abushwang 提交于 2023-07-13 15:37 . update to 1.35.5
From c78266258709e2cbe6f0e869c866d09ad72c072c Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Thu, 22 Jun 2023 10:33:31 +0100
Subject: [PATCH 11/15] tests/test-cc-ocaml.sh: Use nbdkit -v option to help
with debugging
---
tests/test-cc-ocaml.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test-cc-ocaml.sh b/tests/test-cc-ocaml.sh
index 9458201a4..fc1335591 100755
--- a/tests/test-cc-ocaml.sh
+++ b/tests/test-cc-ocaml.sh
@@ -60,7 +60,7 @@ out=test-cc-ocaml.out
cleanup_fn rm -f $out
rm -f $out
-nbdkit -U - cc $script a=1 b=2 c=3 d=4 \
+nbdkit -v -U - cc $script a=1 b=2 c=3 d=4 \
CC="$OCAMLOPT" CFLAGS="-output-obj -runtime-variant _pic -I $SRCDIR/../plugins/ocaml -I +unix unix.cmxa -I +threads threads.cmxa NBDKit.cmx -cclib -lnbdkitocaml" \
--run 'nbdinfo --size $uri' > $out
test "$(cat $out)" -eq $((512 * 2048))
--
2.41.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abushwang/nbdkit.git
git@gitee.com:abushwang/nbdkit.git
abushwang
nbdkit
nbdkit
master

搜索帮助