diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 4979bd55c11aa41344272417d3a4f728835ba21f..49a66799bc253654a18092299a6ff4937270038c 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