зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1406407 - Do not try to verify -notref files in test-verify; r=me,a=test-only
This commit is contained in:
Родитель
e3df81fe0c
Коммит
99f777012a
|
@ -217,7 +217,7 @@ class VerifyToolsMixin(object):
|
|||
# in verify mode, run nothing by default (unsupported suite or no files modified)
|
||||
args = []
|
||||
# otherwise, run once for each file in requested suite
|
||||
references = re.compile(r"(-ref|-noref|-noref.)\.")
|
||||
references = re.compile(r"(-ref|-notref|-noref|-noref.)\.")
|
||||
files = []
|
||||
jsreftest_extra_dir = os.path.join('js', 'src', 'tests')
|
||||
# For some suites, the test path needs to be updated before passing to
|
||||
|
|
Загрузка…
Ссылка в новой задаче