From 032cbfc2bd823bbc8dc5a386d2a73cc8d4830141 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Wed, 14 Dec 2022 10:46:29 +0800 Subject: [PATCH] hide log (#49045) * test=doucment_fix * test=document_fix --- paddle/scripts/paddle_build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 23895ef14c..4dc0dc7e7d 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 -- GitLab