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

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

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