Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c8a0f67 authored by jahinimtiaz's avatar jahinimtiaz
Browse files

Opt out of gtest error if no binary found

Bug: 348446766
Test: Presubmit
Change-Id: If1aaa9726529453fc612fe4dec31f334460436d4
parent b2bd7ae8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -316,6 +316,12 @@ cc_test {
    test_options: {
        // Legacy VAB launched in Android R.
        min_shipping_api_level: 30,
        test_runner_options: [
            {
                name: "force-no-test-error",
                value: "false",
            },
        ],
    },
}

+9 −1
Original line number Diff line number Diff line
@@ -249,6 +249,14 @@ cc_test {
    test_suites: [
        "device-tests",
    ],
    test_options: {
        test_runner_options: [
            {
                name: "force-no-test-error",
                value: "false",
            },
        ],
    },
}

// vts tests cannot be host_supported.