1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Separate device functionality into plugins.

This commit is contained in:
Simo Kinnunen 2014-03-14 20:18:53 +09:00
parent d61a70fda5
commit 3d20b06f7f
24 changed files with 1277 additions and 700 deletions

View file

@ -109,7 +109,7 @@ program
if (!options.provider) {
this.missingArgument('--provider')
}
if (!options.provider) {
if (!options.ports) {
this.missingArgument('--ports')
}