File tree 1 file changed +4
-3
lines changed
src/tools/remote-test-client/src
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,8 @@ Usage: {0} <command> [<args>]
306
306
Sub-commands:
307
307
spawn-emulator <target> <server> <tmpdir> [rootfs] See below
308
308
push <path> Copy <path> to emulator
309
- run <files> [args...] Run program on emulator
309
+ run <file> <support_lib_count> [support_libs...] [args...]
310
+ Run program on emulator
310
311
help Display help message
311
312
312
313
Spawning an emulator:
@@ -325,8 +326,8 @@ specified. The file at <path> is sent to this target.
325
326
Executing commands on a running emulator:
326
327
327
328
First the target emulator/adb session is connected to as for pushing files. Next
328
- the colon separated list of <files> is pushed to the target. Finally, the first
329
- file in <files > is executed in the emulator, preserving the current environment.
329
+ the <file> and any specified support libs are pushed to the target. Finally, the
330
+ <file > is executed in the emulator, preserving the current environment.
330
331
That command's status code is returned.
331
332
" ,
332
333
env:: args( ) . next( ) . unwrap( ) ,
You can’t perform that action at this time.
0 commit comments