diff mbox series

lib/tst_test.sh: Add statistics info TST_BROK

Message ID 20210410073038.21386-1-zhaogongyi@huawei.com
State Superseded
Headers show
Series lib/tst_test.sh: Add statistics info TST_BROK | expand

Commit Message

Zhao Gongyi April 10, 2021, 7:30 a.m. UTC
Before test exit, we need print statistics info of TST_BROK.

Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com>
---
 testcases/lib/tst_test.sh | 1 +
 1 file changed, 1 insertion(+)

--
2.17.1
diff mbox series

Patch

diff --git a/testcases/lib/tst_test.sh b/testcases/lib/tst_test.sh
index a6a8e9579..02152796a 100644
--- a/testcases/lib/tst_test.sh
+++ b/testcases/lib/tst_test.sh
@@ -82,6 +82,7 @@  _tst_do_exit()
 	echo "Summary:"
 	echo "passed   $TST_PASS"
 	echo "failed   $TST_FAIL"
+	echo "broked   $TST_BROK"
 	echo "skipped  $TST_CONF"
 	echo "warnings $TST_WARN"