mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
[tests] Relaxed logging
This commit is contained in:
@ -31,7 +31,7 @@ CVcmiTestConfig::CVcmiTestConfig()
|
||||
settings.init();
|
||||
logConfig.configure();
|
||||
loadDLLClasses();
|
||||
logGlobal->infoStream() << "Initialized global test setup.";
|
||||
logGlobal->info("Initialized global test setup.");
|
||||
|
||||
const std::string TEST_DATA_DIR = "test/";
|
||||
|
||||
|
Reference in New Issue
Block a user