Bug 1043699 - Add Linux Mulet configs. DONTBUILD. r=jlund

This commit is contained in:
Armen Zambrano Gasparnian 2014-09-29 09:21:58 -04:00
parent fbe81b516e
commit a5d3a2ebc4

View File

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