提交 ba3d9f02 编写于 作者: G gangliao 提交者: GitHub

Merge pull request #2033 from PaddlePaddle/gangliao-patch-3

add verbose output for unit test
......@@ -34,7 +34,7 @@ cmake .. \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
make -j `nproc`
if [ ${WITH_TESTING:-OFF} == "ON" ] && [ ${RUN_TEST:-OFF} == "ON" ] ; then
ctest -j `nproc`
ctest -V -j `nproc`
fi
make install
pip install /usr/local/opt/paddle/share/wheels/*.whl
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册