mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 00:17:37 +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, " ")
|
command := strings.Split(InstallViaInstallerCommand, " ")
|
||||||
args = append(args, appRemotePath)
|
args = append(command, appRemotePath)
|
||||||
_, err = dev.d.RunShellCommand("am", args[1:]...)
|
_, err = dev.d.RunShellCommand("am", args[1:]...)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|||||||
Reference in New Issue
Block a user