mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
feat: ci script associated with auto_utest. (#9933)
* feat: ci script associated with auto_utest.
This commit is contained in:
@@ -278,7 +278,6 @@ static void utest_do_run(const char *utest_name)
|
||||
break;
|
||||
}
|
||||
|
||||
LOG_I("[==========] [ utest ] finished");
|
||||
LOG_I("[==========] [ utest ] %d tests from %d testcase ran.", tc_run_num, tc_num);
|
||||
LOG_I("[ PASSED ] [ result ] %d tests.", tc_run_num - tc_fail_num);
|
||||
|
||||
@@ -293,6 +292,8 @@ static void utest_do_run(const char *utest_name)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
LOG_I("[==========] [ utest ] finished");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user