Bug 1293397: fix fake to make tests pass? r=armenzg

MozReview-Commit-ID: AuQBk2w8Ka1
This commit is contained in:
Dustin J. Mitchell 2016-08-08 21:03:38 +00:00
parent f3b06ab599
commit e91ee0ef70
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
from __future__ import absolute_import, print_function, unicode_literals
import json

View File

@ -17,7 +17,7 @@ from mozunit import main
class FakeTryOptionSyntax(object):
def __init__(self, message, task_graph):
pass
self.trigger_tests = 0
def task_matches(self, attributes):
return 'at-at' in attributes