зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1108023 - update idb path in mozrunner, r=ahal
This commit is contained in:
Родитель
bf236b5978
Коммит
a9ea28c960
|
@ -55,7 +55,7 @@ class B2GContext(object):
|
|||
self.remote_process = '/system/b2g/b2g'
|
||||
self.remote_profiles_ini = '/data/b2g/mozilla/profiles.ini'
|
||||
self.remote_settings_json = '/system/b2g/defaults/settings.json'
|
||||
self.remote_idb_dir = '/data/local/storage/persistent/chrome/idb'
|
||||
self.remote_idb_dir = '/data/local/storage/permanent/chrome/idb'
|
||||
self.remote_test_root = '/data/local/tests'
|
||||
self.remote_webapps_dir = '/data/local/webapps'
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import sys
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
PACKAGE_NAME = 'mozrunner'
|
||||
PACKAGE_VERSION = '6.5'
|
||||
PACKAGE_VERSION = '6.6'
|
||||
|
||||
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче