Bug 1108023 - update idb path in mozrunner, r=ahal

This commit is contained in:
Malini Das 2014-12-05 14:32:38 -08:00
Родитель bf236b5978
Коммит a9ea28c960
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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.)"""