Skip to content

Commit 0ffa066

Browse files
committed
[fuchsia-test-runner] Explicitly target fuchsia-emulator
By explicitly specifying the fuchsia-emulator target, locally running fuchsia-test-runner.py will not fail when there are other targets available.
1 parent c4dc549 commit 0ffa066

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/docker/scripts/fuchsia-test-runner.py

+2
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,8 @@ def start(self):
618618
check_call_with_logging(
619619
[
620620
ffx_path,
621+
"-t",
622+
"fuchsia-emulator",
621623
"target",
622624
"repository",
623625
"register",

0 commit comments

Comments
 (0)