mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Use correct minitouch help argument.
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = syrup.serial()
|
||||
}
|
||||
|
||||
function ensureNotBusy(res) {
|
||||
return adb.shell(options.serial, [res.dest, '--help'])
|
||||
return adb.shell(options.serial, [res.dest, '-h'])
|
||||
.timeout(10000)
|
||||
.then(function(out) {
|
||||
// Can be "Text is busy", "text busy"
|
||||
|
||||
Reference in New Issue
Block a user