config: make getting config values more consistent
This commit is contained in:
committed by
Nick Craig-Wood
parent
e4749cf0d0
commit
d6b0743cf4
@@ -429,7 +429,7 @@ func Run(t *testing.T, opt *Opt) {
|
||||
|
||||
// Set extra config if supplied
|
||||
for _, item := range opt.ExtraConfig {
|
||||
config.FileSet(item.Name, item.Key, item.Value)
|
||||
config.FileSetValue(item.Name, item.Key, item.Value)
|
||||
}
|
||||
if *fstest.RemoteName != "" {
|
||||
remoteName = *fstest.RemoteName
|
||||
|
||||
Reference in New Issue
Block a user