Merge "Swich TEST_MAPPING config to unit_tests:true"
This commit is contained in:
commit
fdb2f2c5db
|
@ -566,7 +566,9 @@ python_test_host {
|
|||
embedded_launcher: false,
|
||||
},
|
||||
},
|
||||
test_suites: ["general-tests"],
|
||||
test_options: {
|
||||
unit_test: true,
|
||||
},
|
||||
}
|
||||
|
||||
python_test_host {
|
||||
|
@ -583,5 +585,7 @@ python_test_host {
|
|||
embedded_launcher: false,
|
||||
},
|
||||
},
|
||||
test_suites: ["general-tests"],
|
||||
test_options: {
|
||||
unit_test: true,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "releasetools_test",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "releasetools_py3_test",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue