From 99f777012acb08985e00f49cdbdce6da4a5abdbc Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Tue, 13 Mar 2018 12:17:22 -0600 Subject: [PATCH] Bug 1406407 - Do not try to verify -notref files in test-verify; r=me,a=test-only --- testing/mozharness/mozharness/mozilla/testing/verify_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mozharness/mozharness/mozilla/testing/verify_tools.py b/testing/mozharness/mozharness/mozilla/testing/verify_tools.py index 2e3e253d3d68..7348e279fa90 100644 --- a/testing/mozharness/mozharness/mozilla/testing/verify_tools.py +++ b/testing/mozharness/mozharness/mozilla/testing/verify_tools.py @@ -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