From cdfc8471126de91ba38d09087420bdcddf3ad4dc Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Sat, 11 Jul 2020 13:22:40 -0700 Subject: [PATCH] Remove reference to dev_finder. This is to replace the dev_finder with device-finder. Bug: fxb/55369 --- testing/fuchsia/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index e6afefdd18c34..b83dfa4198566 100755 --- a/testing/fuchsia/run_tests.sh +++ b/testing/fuchsia/run_tests.sh @@ -6,7 +6,7 @@ # The first and only parameter should be the path to the Fuchsia system image # tarball, e.g. `./fuchsia-test.sh generic-x64.tgz`. # -# This script expects `pm`, `dev_finder`, and `fuchsia_ctl` to all be in the +# This script expects `pm`, `device-finder`, and `fuchsia_ctl` to all be in the # same directory as the script, as well as the `flutter_aot_runner-0.far` and # the `flutter_runner_tests-0.far`. It is written to be run from its own # directory, and will fail if run from other directories or via sym-links.