1 Star 0 Fork 0

OPLG / DataKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test 353 Bytes
一键复制 编辑 原始数据 按行查看 历史
TNT 提交于 2022-07-18 21:28 . Iss #902 high cost in tracing apis
#!/bin/bash
all=(
./...
)
# truncate 可能要单独安装(linux 一般自带)
# Mac: brew install truncate
truncate -s 0 test.output
for pkg in "${all[@]}"
do
echo "testing $pkg" | tee -a test.output
#GO111MODULE=off CGO_ENABLED=0 go test -cover $pkg |tee -a test.output
GO111MODULE=off CGO_ENABLED=1 go test -cover $pkg |tee -a test.output
done
1
https://gitee.com/oplg/datakit.git
git@gitee.com:oplg/datakit.git
oplg
datakit
DataKit
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891