未验证 提交 64607576 编写于 作者: S Smilencer 提交者: GitHub

fix: fix the invalid IP address in src/server/test/config.ini (#491)

上级 0b2cfb18
Subproject commit 07f2e659a9330c16421cc6ea6eb34282bf48d7eb
Subproject commit f6604cbda06cd5aa2ac9d64ca299ef0d98751f04
......@@ -374,7 +374,9 @@ function run_test()
echo "ERROR: unable to continue on testing because starting onebox failed"
exit 1
fi
sed -i "s/@LOCAL_IP@/${LOCAL_IP}/g" $ROOT/src/builder/server/test/config.ini
for module in `echo $test_modules`; do
pushd $ROOT/src/builder/bin/$module
REPORT_DIR=$REPORT_DIR ./run.sh $on_travis
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册