remove VERBOSE in ctest

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

@ -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 -V
ctest
fi

Loading…
Cancel
Save