From 3fd169daedb408fb922d6342f3f8b550ec1483b9 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Thu, 23 Aug 2018 21:32:51 +0800 Subject: [PATCH] Resume all tests --- paddle/scripts/paddle_build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 4979bd55c11..49a66799bc2 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -313,9 +313,7 @@ function run_test() { Running unit tests ... ======================================== EOF - #ctest --output-on-failure - ctest -R test_dist_se_resnext -V - ctest -R test_parallel_executor_fetch_feed -V + ctest --output-on-failure # make install should also be test when unittest make install -j `nproc` pip install /usr/local/opt/paddle/share/wheels/*.whl -- GitLab