From 8b8f6487d9b7ed78bbc8c10fddbc217f4dfcd030 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Thu, 23 Aug 2018 00:17:15 +0800 Subject: [PATCH] Add debug info for fetch feed --- paddle/scripts/paddle_build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 8460f93b841..a55a9e89f76 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -313,7 +313,9 @@ function run_test() { Running unit tests ... ======================================== EOF - ctest --output-on-failure + echo $http_proxy + echo $https_proxy + ctest -V # make install should also be test when unittest make install -j `nproc` pip install /usr/local/opt/paddle/share/wheels/*.whl -- GitLab