mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1043699 - Add Linux Mulet configs. DONTBUILD. r=jlund
This commit is contained in:
parent
fbe81b516e
commit
a5d3a2ebc4
11
testing/config/mozharness/linux_mulet_config.py
Normal file
11
testing/config/mozharness/linux_mulet_config.py
Normal 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",
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user