Merge pull request #13931 from JiabinYang/fix_dist_on_mac

remove proxy before unit test to avoid error under distribution
updatereadme
Jiabin Yang 7 years ago committed by GitHub
commit 6553956bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -390,7 +390,9 @@ function run_mac_test() {
Running unit tests ...
========================================
EOF
#remove proxy here to fix dist error on mac
export http_proxy=
export https_proxy=
# TODO: jiabin need to refine this part when these tests fixed on mac
ctest --output-on-failure -j $1
# make install should also be test when unittest

Loading…
Cancel
Save