mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Introducing an universal temporary linpool flushed after every task
This commit is contained in:
@@ -119,6 +119,8 @@ bt_init(int argc, char *argv[])
|
||||
clock_gettime(CLOCK_MONOTONIC, &bt_begin);
|
||||
bt_suite_case_begin = bt_suite_begin = bt_begin;
|
||||
|
||||
resource_init();
|
||||
|
||||
return;
|
||||
|
||||
usage:
|
||||
@@ -172,6 +174,8 @@ int bt_run_test_fn(int (*fn)(const void *), const void *fn_arg, int timeout)
|
||||
if (!bt_suite_result)
|
||||
result = 0;
|
||||
|
||||
tmp_flush();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@ bt_bird_init(void)
|
||||
log_init_debug("");
|
||||
log_switch(bt_verbose != 0, NULL, NULL);
|
||||
|
||||
resource_init();
|
||||
olock_init();
|
||||
timer_init();
|
||||
io_init();
|
||||
|
||||
Reference in New Issue
Block a user