瀏覽代碼

Merge pull request #2472 from zhaojuntao/utest-loop

[components/utilities/utest] 增加测试运行测试打印
Bernard Xiong 6 年之前
父節點
當前提交
c9d88a8e51
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/utilities/utest/utest.c

+ 1 - 0
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)
         {