Skip to content

Commit

Permalink
Fixups for B2G support regressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Aug 12, 2014
1 parent 0c3a63e commit c86fd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions wptrunner/browsers/b2g.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

from .base import get_free_port, BrowserError, Browser, ExecutorBrowser
from ..executors.executormarionette import MarionetteTestharnessExecutor, required_files
from ..hosts import HostsFile, HostsLine

here = os.path.split(__file__)[0]

Expand Down
2 changes: 1 addition & 1 deletion wptrunner/wpttest.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _update_mozinfo(self, metadata_root):

mozinfo.find_and_update_from_json(dirs)

class B2GRunInfo(dict):
class B2GRunInfo(RunInfo):
def __init__(self, *args, **kwargs):
RunInfo.__init__(self, *args, **kwargs)
self["os"] = "b2g"
Expand Down

0 comments on commit c86fd48

Please sign in to comment.