6 Star 24 Fork 4

Gitee 极速下载/gh-ost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/github/gh-ost/
克隆/下载
test.sh 177 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tim Vaillancourt 提交于 2021-06-25 02:19 +08:00 . Add go mod (#935)
#!/bin/bash
retval=0
for testsuite in base mysql sql
do
pushd go/${testsuite} > /dev/null;
go test $*;
[ $? -ne 0 ] && retval=1
popd > /dev/null;
done
exit $retval
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/mirrors/gh-ost.git
[email protected]:mirrors/gh-ost.git
mirrors
gh-ost
gh-ost
master

搜索帮助