gecko/testing/config/mozharness/linux_mulet_config.py
2014-11-04 09:18:27 -05:00

12 lines
293 B
Python

# This is used by mozharness' mulet_unittest.py
config = {
# testsuite options
"reftest_options": [
"--mulet", "--profile=%(gaia_profile)s",
"--appname=%(application)s", "%(test_manifest)s"
],
"run_file_names": {
"reftest": "runreftestb2g.py",
},
}