From 2aac36b3f9bf47e7862091ba28ea925cf6ba346f Mon Sep 17 00:00:00 2001 From: minqiyang Date: Thu, 23 Aug 2018 19:03:15 +0800 Subject: [PATCH] For test --- paddle/scripts/paddle_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 00fb0310e15..d5af0eefe3d 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -314,8 +314,8 @@ function run_test() { ======================================== EOF #ctest --output-on-failure - ctest -R test_parallel_executor_fetch_feed -V ctest -R test_dist_se_resnext -V + ctest -R test_parallel_executor_fetch_feed -V # make install should also be test when unittest make install -j `nproc` pip install /usr/local/opt/paddle/share/wheels/*.whl -- GitLab