diff --git a/paddle/scripts/paddle_build.bat b/paddle/scripts/paddle_build.bat index 06d8153019f42551a33f5ecc3bfda30c04a07078..4092922d013223ab8fa28e99c2f484f9365e1cf7 100644 --- a/paddle/scripts/paddle_build.bat +++ b/paddle/scripts/paddle_build.bat @@ -259,7 +259,7 @@ 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_ut || goto test_inference_ut_error -call :check_change_of_unittest || goto check_change_of_unittest_error +::call :check_change_of_unittest || goto check_change_of_unittest_error goto:success rem ------Build windows avx whl package------