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

This commit is contained in:
Malini Das 2014-12-05 14:32:38 -08:00
parent bf236b5978
commit a9ea28c960
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

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