mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
feat: add PullFiles for ADBDriver
This commit is contained in:
@@ -298,6 +298,11 @@ func (hd *HDCDriver) ClearImages() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (hd *HDCDriver) PullFiles(localDir string, remoteDirs ...string) error {
|
||||
log.Warn().Msg("PullFiles not implemented in HDCDriver")
|
||||
return nil
|
||||
}
|
||||
|
||||
func (hd *HDCDriver) ClearFiles(paths ...string) error {
|
||||
log.Warn().Msg("ClearFiles not implemented in HDCDriver")
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user