From 13686c44747f5a678ee10adf3cee4c509fe07d00 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Thu, 23 Aug 2018 17:41:16 +0800 Subject: [PATCH] Change to debug case --- 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..00fb0310e15 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 + #ctest --output-on-failure + ctest -R test_parallel_executor_fetch_feed -V + ctest -R test_dist_se_resnext -V # make install should also be test when unittest make install -j `nproc` pip install /usr/local/opt/paddle/share/wheels/*.whl -- GitLab