From f9c7f58ef66c823bcbdf327517d3d2858c61de32 Mon Sep 17 00:00:00 2001 From: zhangchunle Date: Mon, 1 Jun 2020 17:08:37 +0800 Subject: [PATCH] remove duplicated mac_test build (#24793) --- paddle/scripts/paddle_build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index ef23bca953..cc5ce29b8a 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 -- GitLab