From f50587fca35701b9f9a8e810cdbf7f1ca54dc0cd Mon Sep 17 00:00:00 2001 From: godofredoc <54371434+godofredoc@users.noreply.github.com> Date: Tue, 14 Jul 2020 08:22:13 -0700 Subject: [PATCH] Remove reference to dev_finder. (flutter/engine#19679) This is to replace the dev_finder with device-finder. Bug: fxb/55369 --- engine/src/flutter/testing/fuchsia/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/testing/fuchsia/run_tests.sh b/engine/src/flutter/testing/fuchsia/run_tests.sh index 201692a9472..55dc3af7c4e 100755 --- a/engine/src/flutter/testing/fuchsia/run_tests.sh +++ b/engine/src/flutter/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.