mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-07 16:59:34 +08:00
fix: format code
This commit is contained in:
@@ -417,8 +417,8 @@ func (dev *AndroidDevice) installViaInstaller(app io.ReadSeeker, args ...string)
|
||||
}()
|
||||
|
||||
// 需要监听是否完成安装
|
||||
args = strings.Split(InstallViaInstallerCommand, " ")
|
||||
args = append(args, appRemotePath)
|
||||
command := strings.Split(InstallViaInstallerCommand, " ")
|
||||
args = append(command, appRemotePath)
|
||||
_, err = dev.d.RunShellCommand("am", args[1:]...)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user