diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 23895ef14c90f32265575d5ed43542bd1592a8d1..4dc0dc7e7d259f40c9fc1cab398ad49fcd7a9f5d 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -757,8 +757,11 @@ EOF echo "ipipe_log_param_Mac_TestCases_Time: $[ $ut_endTime_s - $ut_startTime_s ]s" >> ${PADDLE_ROOT}/build/build_summary.txt paddle version # Recovery proxy to avoid failure in later steps + set +x export http_proxy=$my_proxy export https_proxy=$my_proxy + set -x + if [ "$mactest_error" != 0 ];then show_ut_retry_result fi