Bug 1093012 - Set plugins-path for mozmill tests run via mozharness. r=jlund

--HG--
extra : rebase_source : c6fdc7b7d5ebe18563105ac6cfb8325c93e3ffbf
extra : amend_source : b3874dce3daa72cea9b0269d062314b6b1ca0ff0
This commit is contained in:
aleth 2016-02-13 01:32:51 +01:00
Родитель f41820ee61
Коммит dec8f6e7f4
3 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -147,6 +147,7 @@ config = {
"options": [
"--binary=%(binary_path)s",
"--testing-modules-dir=test/modules",
"--plugins-path=%(test_plugin_path)s",
"--symbols-path=%(symbols_path)s"
],
"run_filename": "runtestlist.py",

Просмотреть файл

@ -101,6 +101,7 @@ config = {
"options": [
"--binary=%(binary_path)s",
"--testing-modules-dir=test/modules",
"--plugins-path=%(test_plugin_path)s",
"--symbols-path=%(symbols_path)s"
],
"run_filename": "runtestlist.py",

Просмотреть файл

@ -110,6 +110,7 @@ config = {
"options": [
"--binary=%(binary_path)s",
"--testing-modules-dir=test/modules",
"--plugins-path=%(test_plugin_path)s",
"--symbols-path=%(symbols_path)s"
],
"run_filename": "runtestlist.py",