Bug 1084066 - plugins and extensions moved to wrong directory by mozharness - correct in-tree config. r=ted

This commit is contained in:
Philipp Kewisch 2014-12-29 19:02:17 +01:00
parent 725ed9b4c3
commit 68223dc846

View File

@ -9,7 +9,6 @@ config = {
"--symbols-path=%(symbols_path)s",
"--xre-path=%(abs_app_dir)s"
],
"mac_res_subdir": "MacOS",
"run_filename": "runcppunittests.py",
"testsdir": "cppunittests"
},
@ -21,7 +20,6 @@ config = {
"--tinderbox",
"--tbpl"
],
"mac_res_subdir": "MacOS",
"run_filename": "jit_test.py",
"testsdir": "jit-test/jit-test"
},
@ -38,7 +36,6 @@ config = {
"--quiet",
"--log-raw=%(raw_log_file)s"
],
"mac_res_subdir": "MacOS",
"run_filename": "runtests.py",
"testsdir": "mochitest"
},
@ -47,7 +44,6 @@ config = {
"-b",
"%(binary_path)s"
],
"mac_res_subdir": "MacOS",
"run_filename": "test.py",
"testsdir": "mozbase"
},
@ -58,7 +54,6 @@ config = {
"--extra-profile-file=tests/bin/plugins",
"--symbols-path=%(symbols_path)s"
],
"mac_res_subdir": "MacOS",
"run_filename": "runreftest.py",
"testsdir": "reftest"
},
@ -75,7 +70,6 @@ config = {
"--testing-modules-dir=tests/modules",
"--quiet"
],
"mac_res_subdir": "MacOS",
"run_filename": "runtests.py",
"testsdir": "mochitest"
},
@ -85,9 +79,9 @@ config = {
"--test-plugin-path=%(test_plugin_path)s",
"--log-raw=%(raw_log_file)s"
],
"mac_res_subdir": "MacOS",
"run_filename": "runxpcshelltests.py",
"testsdir": "xpcshell"
}
}
},
"mac_res_subdir": "MacOS"
}