summaryrefslogtreecommitdiff
path: root/ci/optimized_targets_test.py
diff options
context:
space:
mode:
author Luca Farsi <lucafarsi@google.com> 2025-02-11 00:57:53 +0000
committer Luca Farsi <lucafarsi@google.com> 2025-03-12 18:53:44 +0000
commit6a346010a058552b324feffcbba624fe6be5ac63 (patch)
treeb14236ca0bfbb1954b25cb05724aa040751e4971 /ci/optimized_targets_test.py
parenta8a2da75112bdde35ca68d0942e1bb989e212803 (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.py2
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(