Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix iPhone X issue list #145

Merged
merged 1 commit into from Sep 5, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix iPhone X issue list

  • Loading branch information
srirambv committed Sep 5, 2019
commit f2c9742fc5f5e747a506e39d04e175eb2ff7409c
@@ -469,10 +469,10 @@ def ios_testruns():
"tests" not in label_names):
iPhone_checklist.append(output_line)

if("QA Pass - iPhone X" not in label_names and
"iPad" not in label_names and
"tests" not in label_names):
iPhoneX_checklist.append(output_line)
if("QA Pass - iPhone X" not in label_names and
"iPad" not in label_names and
"tests" not in label_names):
iPhoneX_checklist.append(output_line)

print("Release Note:")
for line in release_notes:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.