Test: Map in core config opts

This commit is contained in:
Vicki Pfau 2020-07-17 00:06:31 -07:00
parent 5135756ec4
commit b9415b9f74
1 changed files with 1 additions and 0 deletions

View File

@ -578,6 +578,7 @@ void CInemaConfigLoad(struct Table* configTree, const char* testName, struct mCo
struct mCoreConfig* config = HashTableLookup(configTree, testKey);
if (config) {
core->loadConfig(core, config);
mCoreConfigMap(config, &core->opts);
}
if (!pos) {
break;