From e5c5215917150f508c3a039794df01d9bba50257 Mon Sep 17 00:00:00 2001 From: MurphyZhao Date: Tue, 19 Mar 2019 14:26:04 +0800 Subject: [PATCH] =?UTF-8?q?[components/utilities/utest]=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=B5=8B=E8=AF=95=E8=BF=90=E8=A1=8C=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MurphyZhao --- components/utilities/utest/utest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/utilities/utest/utest.c b/components/utilities/utest/utest.c index 7bc2c93656..99775ab09f 100644 --- a/components/utilities/utest/utest.c +++ b/components/utilities/utest/utest.c @@ -154,6 +154,7 @@ static void utest_run(const char *utest_name) { i = 0; is_find = RT_FALSE; + LOG_I("[==========] [ utest ] loop %d/%d", index + 1, tc_loop); LOG_I("[==========] [ utest ] started"); while(i < tc_num) { -- GitLab