diff --git a/paddle/scripts/paddle_build.bat b/paddle/scripts/paddle_build.bat index 281adabf9e21241227ea59be72bbce796be3bdf2..8c09685ad23fcb0fbdf87f9bc15b46d7c496c602 100644 --- a/paddle/scripts/paddle_build.bat +++ b/paddle/scripts/paddle_build.bat @@ -222,13 +222,13 @@ set WITH_MKL=ON set WITH_GPU=ON set WITH_AVX=ON set MSVC_STATIC_CRT=OFF -set ON_INFER=ON +set ON_INFER=OFF call :cmake || goto cmake_error call :build || goto build_error call :test_whl_pacakage || goto test_whl_pacakage_error call :test_unit || goto test_unit_error -call :test_inference || goto test_inference_error +:: call :test_inference || goto test_inference_error :: call :check_change_of_unittest || goto check_change_of_unittest_error goto:success