mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Provider works more or less now.
This commit is contained in:
8
lib/device.js
Normal file
8
lib/device.js
Normal file
@@ -0,0 +1,8 @@
|
||||
var assert = require('assert')
|
||||
|
||||
assert.ok(process.env.ANDROID_SERIAL,
|
||||
'Missing environment variable ANDROID_SERIAL')
|
||||
|
||||
var log = require('./util/logger')
|
||||
.setGlobalIdentifier(process.env.ANDROID_SERIAL)
|
||||
.createLogger('device')
|
||||
Reference in New Issue
Block a user