tests: abort on errors during genlist expand test, not warnings

Summary:
log level=2 is the warning level, which is not super useful since
there's currently billions of eo warnings occuring in every function
call

Reviewers: cedric, segfaultxavi

Reviewed By: cedric, segfaultxavi

Subscribers: segfaultxavi, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8515
devs/vitorsousa/csharp_end_error_fix
Mike Blumenkrantz 4 years ago committed by Xavi Artigas
parent 69c54cdabb
commit 0ecb3ccde5
  1. 2
      src/tests/elementary/elm_test_genlist.c

@ -516,7 +516,7 @@ EFL_START_TEST(elm_genlist_test_tree_expand)
tree_abort = eina_log_abort_on_critical_get();
tree_abort_level = eina_log_abort_on_critical_level_get();
/* this should never trigger errors */
eina_log_abort_on_critical_level_set(2);
eina_log_abort_on_critical_level_set(1);
eina_log_abort_on_critical_set(1);
ecore_main_loop_begin();
}

Loading…
Cancel
Save