Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions firebase-test-lab/trigger_ftl_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

r"""Tool for sending mobile testapps to Firebase Test Lab for testing.

Requires Cloud SDK installed with gsutil. Can be checked as follows:
Requires Cloud SDK installed with gcloud. Can be checked as follows:
gcloud --version

This tool will use the GCS storage bucket, thus must be authorized first.
Expand Down Expand Up @@ -89,10 +89,8 @@

if platform.system() == 'Windows':
GCLOUD = "gcloud.CMD"
GSUTIL = "gsutil.CMD"
else:
GCLOUD = "gcloud"
GSUTIL = "gsutil"

# Test Types:
XCTEST = "xctest"
Expand Down