xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0ecb3ccde56a3afbf4073bf52fe8a346f454e5fc

commit 0ecb3ccde56a3afbf4073bf52fe8a346f454e5fc
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Fri Mar 29 18:58:14 2019 +0100

    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
---
 src/tests/elementary/elm_test_genlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/elementary/elm_test_genlist.c 
b/src/tests/elementary/elm_test_genlist.c
index 894a6fb0f0..1ffec17647 100644
--- a/src/tests/elementary/elm_test_genlist.c
+++ b/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();
 }

-- 


Reply via email to