1 Star 0 Fork 0

Lawrence Lee/service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
linux-test-su.sh 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
MeloQi 提交于 2019-10-30 10:45 . add code
#!/usr/bin/env bash
# This script is used to run the tests under linux as root
#
# Usage:
# linux-test-su.sh goPath goBinPath
#
# goPath is the standard GOPATH
# goBinPath is the location of go
#
# Typical usage:
# sudo ./linux-test-su.sh $GOPATH `which go`
export GOPATH=$1
export GOROOT=`dirname $(dirname $2)`
$GOROOT/bin/go test -v -tags su ./...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liyuanlin/service.git
git@gitee.com:liyuanlin/service.git
liyuanlin
service
service
master

搜索帮助