remove duplicated mac_test build (#24793)

v1.8
zhangchunle 5 years ago committed by GitHub
parent f8e370ac7f
commit f9c7f58ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save