diff --git a/tools/get_pr_ut.py b/tools/get_pr_ut.py index 6773227d2acc2bfcd07aa2c3d08e021ba1e2da68..f5c83d4a521306a8ff84a24cad798d75fa1829f5 100644 --- a/tools/get_pr_ut.py +++ b/tools/get_pr_ut.py @@ -384,6 +384,10 @@ class PRChecker: "ipipe_log_param_PRECISION_TEST_Cases_ratio: %s" % PRECISION_TEST_Cases_ratio ) + print( + "The unittests in prec delta is shown as following: %s" + % ut_list + ) return '\n'.join(ut_list) else: for f in file_list: