diff --git a/core/testing/runner.odin b/core/testing/runner.odin index 83a5ac4e7f8..4fa36ed0003 100644 --- a/core/testing/runner.odin +++ b/core/testing/runner.odin @@ -611,7 +611,7 @@ runner :: proc(internal_tests: []Internal_Test) -> bool { total_done_count += 1 } - when ODIN_DEBUG { + when ODIN_DEBUG || LOG_LEVEL == "debug" { log.debugf("Test #%i %s.%s changed state to %v.", task_channel.test_index, it.pkg, it.name, event.new_state) }