File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -620,6 +620,8 @@ def start(self):
620
620
check_call_with_logging (
621
621
[
622
622
ffx_path ,
623
+ "-t" ,
624
+ "fuchsia-emulator" ,
623
625
"target" ,
624
626
"repository" ,
625
627
"register" ,
@@ -882,6 +884,8 @@ def run(self, args):
882
884
check_call_with_logging (
883
885
[
884
886
self .tool_path ("ffx" ),
887
+ "-t" ,
888
+ "fuchsia-emulator" ,
885
889
"test" ,
886
890
"run" ,
887
891
f"fuchsia-pkg://{ self .TEST_REPO_NAME } /{ package_name } #meta/{ package_name } .cm" ,
@@ -1019,6 +1023,8 @@ def cleanup(self):
1019
1023
def debug (self , args ):
1020
1024
command = [
1021
1025
self .tool_path ("ffx" ),
1026
+ "-t" ,
1027
+ "fuchsia-emulator" ,
1022
1028
"debug" ,
1023
1029
"connect" ,
1024
1030
"--" ,
@@ -1116,6 +1122,8 @@ def syslog(self, args):
1116
1122
subprocess .run (
1117
1123
[
1118
1124
self .tool_path ("ffx" ),
1125
+ "-t" ,
1126
+ "fuchsia-emulator" ,
1119
1127
"log" ,
1120
1128
"--since" ,
1121
1129
"now" ,
You can’t perform that action at this time.
0 commit comments