提交 12fd5e6d 编写于 作者: S Smilencer 提交者: neverchanje

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

上级 2e0afc75
......@@ -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.
先完成此消息的编辑!
想要评论请 注册