提交 c9b9fb00 编写于 作者: S storypku 提交者: Liu Jiaming

apollo.sh: bugfix for use of lint command line

上级 a0672507
...@@ -109,7 +109,7 @@ function build_dreamview_frontend() { ...@@ -109,7 +109,7 @@ function build_dreamview_frontend() {
function build_test_and_lint() { function build_test_and_lint() {
env ${APOLLO_ENV} bash "${build_sh}" env ${APOLLO_ENV} bash "${build_sh}"
env ${APOLLO_ENV} bash "${test_sh}" --config=unit_test env ${APOLLO_ENV} bash "${test_sh}" --config=unit_test
env ${APOLLO_ENV} bash "${APOLLO_ROOT_DIR}/scripts/apollo_lint.sh" cpp env ${APOLLO_ENV} bash "${APOLLO_ROOT_DIR}/scripts/apollo_lint.sh" --cpp
success "Build and Test and Lint finished." success "Build and Test and Lint finished."
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册