未验证 提交 3382f395 编写于 作者: Z zhangchunle 提交者: GitHub

example EXcode (#25578)

上级 7dbc441e
...@@ -1283,10 +1283,10 @@ function example() { ...@@ -1283,10 +1283,10 @@ function example() {
pip install ${PADDLE_ROOT}/build/python/dist/*.whl pip install ${PADDLE_ROOT}/build/python/dist/*.whl
paddle version paddle version
cd ${PADDLE_ROOT}/tools cd ${PADDLE_ROOT}/tools
python sampcd_processor.py cpu python sampcd_processor.py cpu;example_error=$?
if [ "$?" != "0" ];then if [ "$example_error" != "0" ];then
echo "Code instance execution failed" echo "Code instance execution failed"
exit 1 exit 5
fi fi
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册