#5 fix bug in print test stats

Open
CYing wants to merge 1 commits from __gg_suo/1647471426 into master
CYing commented 10 months ago
Fixes #ISSUE_NUMBER def open_server_ngrok(puerto, protocol): ngrok_tunnel = ngrok.connect(puerto, protocol) url = ngrok_tunnel.public_url domain = url.replace('tcp://', '') puerto = re.search(":(\d+)", url).group(1) return domain,
This pull request has changes conflicting with the target branch.
tools/stats/print_test_stats.py
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.