Home
last modified time | relevance | path

Searched refs:check_db (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments_test.py101 def expect_pass(self, input, *, check_db=False): argument
108 check_db, out, bugs=self.bugs))
111 def expect_fail(self, input, output, *, check_db=False): argument
117 check_db, out, bugs=self.bugs))
187 self.expect_pass('10 this is a bug\n', check_db=True)
196 check_db=True)
202 check_db=True)
H A DComments.py60 def comchk(comments, check_db=True, output=sys.stderr, bugs=None): argument
141 if len(bugs) > 0 and check_db:
150 if not check_db:
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py281 result = Comments.comchk(commit, check_db=True,