diff options
author | 2025-02-11 00:57:53 +0000 | |
---|---|---|
committer | 2025-03-12 18:53:44 +0000 | |
commit | 6a346010a058552b324feffcbba624fe6be5ac63 (patch) | |
tree | b14236ca0bfbb1954b25cb05724aa040751e4971 /ci/optimized_targets_test.py | |
parent | a8a2da75112bdde35ca68d0942e1bb989e212803 (diff) |
Keep track of which test infos use which target
Modify build script to keep track of which test info uses which target,
which will be necessary for intra-zip test discovery later
Test: test
Bug: 358215235
Change-Id: I3d51d6527396fc1538d51602ad84084dbcdc7b0e
Diffstat (limited to 'ci/optimized_targets_test.py')
-rw-r--r-- | ci/optimized_targets_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/optimized_targets_test.py b/ci/optimized_targets_test.py index 0b0c0ec087..fd9e17c680 100644 --- a/ci/optimized_targets_test.py +++ b/ci/optimized_targets_test.py @@ -224,7 +224,7 @@ class GeneralTestsOptimizerTest(fake_filesystem_unittest.TestCase): if not build_context: build_context = self._create_build_context() return optimized_targets.GeneralTestsOptimizer( - 'general-tests', build_context, None + 'general-tests', build_context, None, [] ) def _create_build_context( |