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

turn off added ut check on windows (#31660)

上级 d9b50f66
......@@ -265,6 +265,7 @@ class PRChecker(object):
'.cu'):
if f.find('test_') != -1 or f.find('_test') != -1:
print('PREC {} need check new ut'.format(f))
if current_system != "Windows":
check_added_ut = True
elif self.is_only_comment(f):
ut_list.append('nomap_comment_placeholder')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册