提交 1653c017 编写于 作者: M Marbin Tan 提交者: GitHub

Update make check concourse script to print the result into the view (#1670)

上级 51044307
......@@ -28,11 +28,14 @@ function gen_env(){
done
exit 1
}
base_path=\${1}
source /usr/local/greenplum-db-devel/greenplum_path.sh
source /opt/gcc_env.sh
source \${1}/gpdb_src/gpAux/gpdemo/gpdemo-env.sh
cd \${1}/gpdb_src/gpMgmt/bin
source \${base_path}/gpdb_src/gpAux/gpdemo/gpdemo-env.sh
cd \${base_path}/gpdb_src/gpMgmt/bin
make check
# show results into concourse
cat \${base_path}/gpdb_src/gpMgmt/gpMgmt_testunit_results.log
EOF
chmod a+x /opt/run_test.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册