Skip to content

Commit

Permalink
hide log (#49045)
Browse files Browse the repository at this point in the history
* test=doucment_fix

* test=document_fix
  • Loading branch information
tianshuo78520a committed Dec 14, 2022
1 parent 3cfb2e1 commit 032cbfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 032cbfc

Please sign in to comment.