未验证 提交 5889b687 编写于 作者: T tianshuo78520a 提交者: GitHub

Fix Kunlun Test Bug;test=document_fix (#53063)

上级 b64b8163
......@@ -2223,6 +2223,10 @@ set +x
if [[ "$line" == "" ]]; then
continue
fi
matchstr=$(echo $line|grep -oEi 'Test[ \t]+#') || true
if [[ "$matchstr" == "" ]]; then
continue
fi
testcase=$(echo "$line"|grep -oEi "\w+$")
if [[ "$single_card_tests" == "" ]]; then
single_card_tests="^$testcase$"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册