mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
test: fix reading config in aub tests
- debug key prefixes must be initialized to read config correctly Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
075a3c3bcf
commit
76da9e0faf
@@ -285,6 +285,7 @@ int main(int argc, char **argv) {
|
||||
generateRandomInput = true;
|
||||
} else if (!strcmp("--read-config", argv[i]) && isAubTestMode(testMode)) {
|
||||
if (debugManager.registryReadAvailable()) {
|
||||
ApiSpecificConfig::initPrefixes();
|
||||
debugManager.setReaderImpl(SettingsReader::create(ApiSpecificConfig::getRegistryPath()));
|
||||
debugManager.injectSettingsFromReader();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user