1
0
Fork 0
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:
Simo Kinnunen 2014-09-16 17:16:23 +09:00
parent 68e8f1eb2f
commit b08518c452

View file

@ -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"