mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Use correct minitouch help argument.
This commit is contained in:
parent
68e8f1eb2f
commit
b08518c452
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue