mirror of
https://github.com/libevent/libevent.git
synced 2025-01-20 05:02:55 +08:00
Merge pull request #80 from azat/tests-add-event-debug-logging-all
regress_main: logging all if env EVENT_DEBUG_LOGGING_ALL isset
This commit is contained in:
commit
9721137775
@ -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