1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/config/mozharness/b2g_desktop_config.py Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 + 1.8 +config = { 1.9 + "mochitest_options": [ 1.10 + "--console-level=INFO", "%(test_manifest)s", 1.11 + "--total-chunks=%(total_chunks)s", "--this-chunk=%(this_chunk)s", 1.12 + "--profile=%(gaia_profile)s", "--app=%(application)s", "--desktop", 1.13 + "--utility-path=%(utility_path)s", "--certificate-path=%(cert_path)s", 1.14 + "--symbols-path=%(symbols_path)s", "--browser-arg=%(browser_arg)s", 1.15 + "--quiet" 1.16 + ], 1.17 + 1.18 + "reftest_options": [ 1.19 + "--desktop", "--profile=%(gaia_profile)s", "--appname=%(application)s", 1.20 + "--browser-arg=%(browser_arg)s", "--symbols-path=%(symbols_path)s", 1.21 + "%(test_manifest)s" 1.22 + ] 1.23 +}