mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 05:44:20 +00:00
1d0db0076b
--HG-- extra : rebase_source : 0d704f5a3edcbcef56d15b76ef26aae1b7232c4d
12 lines
354 B
Python
12 lines
354 B
Python
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
config = {
|
|
"options": [
|
|
"--prefs-root=%(test_path)s/prefs",
|
|
"--processes=1",
|
|
"--config=%(test_path)s/wptrunner.ini",
|
|
],
|
|
}
|