mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Fix version check on Xiaomi devices by removing "open: Permission denied" from the output.
This commit is contained in:
parent
f28af63d38
commit
4bb0c4cb82
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = syrup.serial()
|
||||||
log.info('Running version check')
|
log.info('Running version check')
|
||||||
return adb.shell(options.serial, util.format(
|
return adb.shell(options.serial, util.format(
|
||||||
"export CLASSPATH='%s';" +
|
"export CLASSPATH='%s';" +
|
||||||
" exec app_process /system/bin '%s' --version"
|
" exec app_process /system/bin '%s' --version 2>/dev/null"
|
||||||
, installedPath
|
, installedPath
|
||||||
, resource.main
|
, resource.main
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue