mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1406407 - Do not try to verify -notref files in test-verify; r=me,a=test-only
This commit is contained in:
parent
e3df81fe0c
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user