Skip to content

Commit

Permalink
add failed unittests retry on win system (PaddlePaddle#26823)
Browse files Browse the repository at this point in the history
* add failed unittests retry on win system

* modified the value of retry times
  • Loading branch information
XieYunshen committed Oct 12, 2020
1 parent 02b68d8 commit 5152006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/paddle_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ dir %THIRD_PARTY_PATH:/=\%\install\mkldnn\bin
dir %THIRD_PARTY_PATH:/=\%\install\warpctc\bin

set PATH=%THIRD_PARTY_PATH:/=\%\install\openblas\lib;%THIRD_PARTY_PATH:/=\%\install\openblas\bin;%THIRD_PARTY_PATH:/=\%\install\zlib\bin;%THIRD_PARTY_PATH:/=\%\install\mklml\lib;%THIRD_PARTY_PATH:/=\%\install\mkldnn\bin;%THIRD_PARTY_PATH:/=\%\install\warpctc\bin;%PATH%
ctest.exe --output-on-failure -C Release -j 8
ctest.exe --output-on-failure -C Release -j 8 --repeat until-pass:4
goto:eof

:unit_test_error
Expand Down

0 comments on commit 5152006

Please sign in to comment.