diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index ef23bca95326dd5b733cc3eae02d04a0a9b343ad..cc5ce29b8a7d99f6a41b3ff308180291191eb045 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -425,12 +425,11 @@ function run_mac_test() { Running unit tests ... ======================================== EOF - #remove proxy here to fix dist error on mac + #remove proxy here to fix dist ut 'test_fl_listen_and_serv_op' error on mac. + #see details: https://github.com/PaddlePaddle/Paddle/issues/24738 my_proxy=$http_proxy export http_proxy= export https_proxy= - # make install should also be test when unittest - make install -j 8 set +ex if [ "$1" == "cp27-cp27m" ]; then