mac tests failed (#26928)

numel
zhangchunle 5 years ago committed by GitHub
parent ff3dc8ac73
commit 5866cde758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -528,6 +528,7 @@ EOF
elif [ "$1" == "cp37-cp37m" ]; then
pip3.7 install --user ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl
fi
set +e
ut_startTime_s=`date +%s`
ctest --output-on-failure -j $2;mactest_error=$?
ut_endTime_s=`date +%s`

Loading…
Cancel
Save