ctest output on failure

gangliao-patch-1
liaogang 8 years ago
parent 35d03c847c
commit f202d4e036

@ -58,7 +58,7 @@ EOF
make -j `nproc`
if [ ${WITH_TESTING:-OFF} == "ON" ] && [ ${RUN_TEST:-OFF} == "ON" ] ; then
pip uninstall -y py-paddle paddle || true
ctest
ctest --output-on-failure
fi

Loading…
Cancel
Save