1 Star 0 Fork 0

wl3/spdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autorun.sh 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben Walker 提交于 2019-06-25 00:58 . test: Run autotest.sh with sudo -E
#!/usr/bin/env bash
set -e
rootdir=$(readlink -f $(dirname $0))
conf=~/autorun-spdk.conf
# If the configuration of tests is not provided, no tests will be carried out.
if [[ ! -f $conf ]]; then
echo "ERROR: $conf doesn't exist"
exit 1
fi
echo "Test configuration:"
cat "$conf"
# Runs agent scripts
$rootdir/autobuild.sh "$conf"
sudo -E WITH_DPDK_DIR="$WITH_DPDK_DIR" $rootdir/autotest.sh "$conf"
$rootdir/autopackage.sh "$conf"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wl3/spdk.git
[email protected]:wl3/spdk.git
wl3
spdk
spdk
master

搜索帮助