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:
parent
d61a70fda5
commit
3d20b06f7f
24 changed files with 1277 additions and 700 deletions
|
@ -109,7 +109,7 @@ program
|
|||
if (!options.provider) {
|
||||
this.missingArgument('--provider')
|
||||
}
|
||||
if (!options.provider) {
|
||||
if (!options.ports) {
|
||||
this.missingArgument('--ports')
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue