blob: 417ca1d98fb4ac42a0ffc89f3aefb5b1a6247377 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001Display testname for subtest
2
3Signed-off-by: Tudor Florea <tudor.florea@enea.com>
4Upstream-Status: Pending
5
Patrick Williamsc0f7c042017-02-23 20:41:17 -06006---
7 tests/functions.sh | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/tests/functions.sh b/tests/functions.sh
11index 5246605..b24dc15 100644
12--- a/tests/functions.sh
13+++ b/tests/functions.sh
14@@ -320,7 +320,7 @@ function ts_init_subtest {
15
16 if [ "$TS_PARSABLE" != "yes" ]; then
17 [ $TS_NSUBTESTS -eq 1 ] && echo
18- printf "%16s: %-27s ..." "" "$TS_SUBNAME"
19+ printf "%13s: %-30s ..." "$TS_COMPONENT" "$TS_SUBNAME"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050020 fi
21 }
Patrick Williamsc0f7c042017-02-23 20:41:17 -060022
23--
242.8.3
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050025