From 5866cde75802ed2f346e7a3f12e67c07dbcb04cd Mon Sep 17 00:00:00 2001 From: zhangchunle Date: Fri, 4 Sep 2020 13:21:40 +0800 Subject: [PATCH] mac tests failed (#26928) --- paddle/scripts/paddle_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 10692dba155..9c1c95f37ed 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -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` -- GitLab