Merge "Swich TEST_MAPPING config to unit_tests:true"

This commit is contained in:
Treehugger Robot 2020-12-22 21:32:31 +00:00 committed by Gerrit Code Review
commit fdb2f2c5db
2 changed files with 6 additions and 14 deletions

View File

@ -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,
},
}

View File

@ -1,12 +0,0 @@
{
"presubmit": [
{
"name": "releasetools_test",
"host": true
},
{
"name": "releasetools_py3_test",
"host": true
}
]
}