Skip to content

Commit

Permalink
Merge pull request #376 from steelonion/fix/testsprint
Browse files Browse the repository at this point in the history
fix tests to run print error
  • Loading branch information
codeskyblue authored Apr 1, 2024
2 parents c19f555 + 7701640 commit ce9d85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidevice/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def cmd_xcuitest(args: argparse.Namespace):
tests_to_run = set()
if args.tests_to_run:
tests_to_run = set(args.tests_to_run.strip().split(','))
logger.info("Target app args: %s", target_app_args)
logger.info("Tests to run: %s", tests_to_run)

d.runwda(args.bundle_id,
target_bundle_id=args.target_bundle_id,
Expand Down

0 comments on commit ce9d85d

Please sign in to comment.