Skip to content

Commit 1690788

Browse files
vivien-applepull[bot]
authored andcommitted
Add back the ability to choose a specific target when regenerating tests using scripts/tools/zap_regen_all.py (#24876)
1 parent 6a181d8 commit 1690788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tools/zap_regen_all.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def getTargets(type, test_target):
374374
targets = []
375375

376376
if type & TargetType.TESTS:
377-
targets.extend(getTestsTemplatesTargets('all'))
377+
targets.extend(getTestsTemplatesTargets(test_target))
378378

379379
if type & TargetType.GLOBAL:
380380
targets.extend(getGlobalTemplatesTargets())

0 commit comments

Comments
 (0)