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

Commit fdb2f2c5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Swich TEST_MAPPING config to unit_tests:true"

parents 3aa08cfa 6d9e78fd
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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,
    },
}

tools/releasetools/TEST_MAPPING

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "releasetools_test",
      "host": true
    },
    {
      "name": "releasetools_py3_test",
      "host": true
    }
  ]
}