From 9b37fbe369ad0326873041f0d5780837c9986ae8 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Tue, 13 Dec 2022 16:01:05 +0800 Subject: [PATCH 1/2] test=doucment_fix --- paddle/scripts/paddle_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 23895ef14c90f..428890f93f462 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -757,8 +757,10 @@ 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 From b3d4cb0ec79c31421a2767186b30d57c291f0d91 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Tue, 13 Dec 2022 16:17:15 +0800 Subject: [PATCH 2/2] test=document_fix --- 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 428890f93f462..4dc0dc7e7d259 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -761,6 +761,7 @@ EOF export http_proxy=$my_proxy export https_proxy=$my_proxy set -x + if [ "$mactest_error" != 0 ];then show_ut_retry_result fi