未验证 提交 f57a2404 编写于 作者: Y YUNSHEN XIE 提交者: GitHub

disable added ut check,test=document_fix (#35535)

上级 cf408949
...@@ -1170,13 +1170,13 @@ set -x ...@@ -1170,13 +1170,13 @@ set -x
fi fi
if [ -a "$PADDLE_ROOT/added_ut" ];then if [ -a "$PADDLE_ROOT/added_ut" ];then
added_uts=^$(awk BEGIN{RS=EOF}'{gsub(/\n/,"$|^");print}' $PADDLE_ROOT/added_ut)$ added_uts=^$(awk BEGIN{RS=EOF}'{gsub(/\n/,"$|^");print}' $PADDLE_ROOT/added_ut)$
ctest -R "(${added_uts})" --output-on-failure --repeat-until-fail 3 --timeout 15;added_ut_error=$? #ctest -R "(${added_uts})" --output-on-failure --repeat-until-fail 3 --timeout 15;added_ut_error=$?
if [ "$added_ut_error" != 0 ];then #if [ "$added_ut_error" != 0 ];then
echo "========================================" # echo "========================================"
echo "Added UT should not exceed 15 seconds" # echo "Added UT should not exceed 15 seconds"
echo "========================================" # echo "========================================"
exit 8; # exit 8;
fi #fi
fi fi
set +x set +x
EXIT_CODE=0; EXIT_CODE=0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册