blob: 0eb88108558dfd16b206698c81dd7bf20db8db8b [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
6diff -ruN a/functions.sh b/functions.sh
7--- a/tests/functions.sh 2015-11-12 21:32:02.434542124 +0100
8+++ b/tests/functions.sh 2015-11-12 21:40:37.095317280 +0100
9@@ -297,7 +297,7 @@
10 if [ "$TS_PARALLEL" == "yes" ]; then
11 TS_TITLE=$(printf "%13s: %-30s ...\n%16s: %-27s ..." "$TS_COMPONENT" "$TS_DESC" "" "$TS_SUBNAME")
12 else
13- TS_TITLE=$(printf "%16s: %-27s ..." "" "$TS_SUBNAME")
14+ TS_TITLE=$(printf "%13s: %-30s ..." "$TS_COMPONENT" "$TS_SUBNAME")
15 echo -n "$TS_TITLE"
16 fi
17 }
18