Bug 1054308 - Add mozmill tests to the mozharness configurations for Thunderbird, r=ted

This commit is contained in:
Joshua Cranmer 2015-02-20 20:48:29 -06:00
parent 013dcede4f
commit e8da5a087b
3 changed files with 26 additions and 2 deletions

View File

@ -49,6 +49,14 @@ config = {
"run_filename": "test.py",
"testsdir": "mozbase"
},
"mozmill": {
"options": [
"--binary=%(binary_path)s",
"--symbols-path=%(symbols_path)s"
],
"run_filename": "runtestlist.py",
"testsdir": "mozmill"
},
"reftest": {
"options": [
"--appname=%(binary_path)s",
@ -85,4 +93,4 @@ config = {
"testsdir": "xpcshell"
}
}
}
}

View File

@ -47,6 +47,14 @@ config = {
"run_filename": "test.py",
"testsdir": "mozbase"
},
"mozmill": {
"options": [
"--binary=%(binary_path)s",
"--symbols-path=%(symbols_path)s"
],
"run_filename": "runtestlist.py",
"testsdir": "mozmill"
},
"reftest": {
"options": [
"--appname=%(binary_path)s",

View File

@ -47,6 +47,14 @@ config = {
"run_filename": "test.py",
"testsdir": "mozbase"
},
"mozmill": {
"options": [
"--binary=%(binary_path)s",
"--symbols-path=%(symbols_path)s"
],
"run_filename": "runtestlist.py",
"testsdir": "mozmill"
},
"reftest": {
"options": [
"--appname=%(binary_path)s",
@ -83,4 +91,4 @@ config = {
"testsdir": "xpcshell"
}
}
}
}