From 7d1bb6d6d465f4cfb0e0220ade9dadaef11e2bd0 Mon Sep 17 00:00:00 2001 From: Sing_chan <51314274+betterpig@users.noreply.github.com> Date: Wed, 30 Mar 2022 17:16:46 +0800 Subject: [PATCH] disable check of delete_ut;test=document_fix;test=windows_ci_inference (#41145) --- paddle/scripts/paddle_build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/paddle_build.bat b/paddle/scripts/paddle_build.bat index 06d8153019..4092922d01 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------ -- GitLab