mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 03:44:22 -04:00
regress_main: logging all if env EVENT_DEBUG_LOGGING_ALL isset
This commit is contained in:
parent
a093137809
commit
611e28b6ee
@ -446,6 +446,9 @@ main(int argc, const char **argv)
|
||||
event_enable_debug_mode();
|
||||
libevent_tests_running_in_debug_mode = 1;
|
||||
}
|
||||
if (getenv("EVENT_DEBUG_LOGGING_ALL")) {
|
||||
event_enable_debug_logging(EVENT_DBG_ALL);
|
||||
}
|
||||
|
||||
tinytest_set_aliases(testaliases);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user