Lines Matching refs:runtest_res
41 runtest_res() function
65 runtest_res
66 runtest_res $res $@
79 runtest_res TINFO "=== Run $target tests ==="
82 runtest_res TINFO "* $i"
105 runtest_res
108 runtest_res TINFO "=== $target TEST RESULTS ==="
109 runtest_res TINFO "$(echo $tpass | wc -w)x TPASS:$tpass"
110 runtest_res TINFO "$(echo $tfail | wc -w)x TFAIL:$tfail"
111 runtest_res TINFO "$(echo $tbrok | wc -w)x TBROK:$tbrok"
112 runtest_res TINFO "$(echo $twarn | wc -w)x TWARN:$twarn"
113 runtest_res TINFO "$(echo $tconf | wc -w)x TCONF:$tconf"
114 runtest_res
150 runtest_res TCONF "$target tests skipped"
152 runtest_res TPASS "All $target tests TCONF/TPASS"
154 runtest_res TFAIL "Some $target test(s) TBROK/TFAIL/TWARN"
173 runtest_res TINFO "PATH='$PATH'"
182 runtest_res TINFO "KCONFIG_PATH='$KCONFIG_PATH'"
187 runtest_res TINFO "=== FINAL TEST RESULTS ==="