Skip to content

Commit

Permalink
Add product_module_name under ios_simulator test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrymarino committed Dec 20, 2022
1 parent 6dae7ba commit 52bdfe3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test_runner/ios_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ def _SimulatorTest(args):
'prefix with simulator type and os version. '
'E.g., New-iPhone 6 Plus-10.2.')
test_parser.set_defaults(func=_SimulatorTest)
optional_arguments = test_parser.add_argument_group('Optional arguments')
optional_arguments.add_argument(
'--product_module_name',
help='The product module name that will be set in the xctestrun file.'
)


def _BuildParser():
Expand Down

0 comments on commit 52bdfe3

Please sign in to comment.