diff --git a/firebase-test-lab/trigger_ftl_tests.py b/firebase-test-lab/trigger_ftl_tests.py index a12d3da..0c97ca3 100644 --- a/firebase-test-lab/trigger_ftl_tests.py +++ b/firebase-test-lab/trigger_ftl_tests.py @@ -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. @@ -89,10 +89,8 @@ if platform.system() == 'Windows': GCLOUD = "gcloud.CMD" - GSUTIL = "gsutil.CMD" else: GCLOUD = "gcloud" - GSUTIL = "gsutil" # Test Types: XCTEST = "xctest"