Fix Cycles unit test failing after recent changes

This commit is contained in:
Brecht Van Lommel 2021-11-01 13:35:54 +01:00
parent fc01801df7
commit f85c58ab65
Notes: blender-bot 2023-02-14 07:25:51 +01:00
Referenced by issue #92711, [crash] Separate mesh in latest master lead to segfault.
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class RenderGraph : public testing::Test {
virtual void SetUp()
{
util_logging_start();
util_logging_verbosity_set(1);
util_logging_verbosity_set(3);
device_cpu = Device::create(device_info, stats, profiler);
scene = new Scene(scene_params, device_cpu);