mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Delete standard output in VtsAidlKeyMintTargetTest
The Done flag of VtsAidlKeyMintTargetTest is false during running the module with ‘--collect-tests-only’ because it uses standard output to print logs. Bug: 340576534 Test: run vts -m VtsAidlKeyMintTargetTest --collect-tests-only Change-Id: I4edb4a4b21132a9044347a512304c7cfee9156f8 Merged-In: I3d81f7e59b6189fab1b146320263509f2694c11e Signed-off-by: Huang Rui <rui1.huang@intel.com> Signed-off-by: Liu Kai <kai1.liu@intel.com>
This commit is contained in:
committed by
David Drysdale
parent
9b13077c4c
commit
0cff7329d2
@@ -8683,14 +8683,6 @@ INSTANTIATE_KEYMINT_AIDL_TEST(VsrRequirementTest);
|
||||
} // namespace aidl::android::hardware::security::keymint::test
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
std::cout << "Testing ";
|
||||
auto halInstances =
|
||||
aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase::build_params();
|
||||
std::cout << "HAL instances:\n";
|
||||
for (auto& entry : halInstances) {
|
||||
std::cout << " " << entry << '\n';
|
||||
}
|
||||
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
for (int i = 1; i < argc; ++i) {
|
||||
if (argv[i][0] == '-') {
|
||||
|
||||
Reference in New Issue
Block a user