mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 15:53:32 +02:00
Give monkey EXTERNAL_STORAGE.
This commit is contained in:
@@ -159,7 +159,10 @@ module.exports = function(options) {
|
||||
.then(function(port) {
|
||||
var log = logger.createLogger('device:remote:monkey')
|
||||
return adb.shellAsync(options.serial, [
|
||||
'monkey'
|
||||
// Some devices fail without an SD card installed; we can
|
||||
// fake an external storage using this method
|
||||
'EXTERNAL_STORAGE=/data/local/tmp'
|
||||
, 'monkey'
|
||||
, '--port', port
|
||||
])
|
||||
.then(function(out) {
|
||||
|
||||
Reference in New Issue
Block a user