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
This commit is contained in:
Mike Blumenkrantz 2019-03-29 18:58:14 +01:00 committed by Xavi Artigas
parent 69c54cdabb
commit 0ecb3ccde5
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}