#3: NetTestCommandSystemConfig: multiple values for one option ------------------------+------------------------- Reporter: olichtne | Owner: olichtne@… Type: task | Status: new Priority: major | Milestone: Component: component1 | Version: Keywords: | Blocked By: Blocking: | ------------------------+------------------------- System config options can have multiple values. This happens when the same option is specified multiple times in the recipe. Currently running the system config command uses only the first value that was specified.
Is this behavior expected? Shouldn't this be the other way around- use the last value, as in everytime you specify a value for the same option you overwrite the previous one? Or use all of them if there are any options that require multiple values?