File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -229,12 +229,16 @@ trap 'fatal_signal TERM' TERM
229
229
230
230
msg ()
231
231
{
232
+ if [ -n " ${current_component:- } " ]; then
233
+ current_section=" ${current_component# component_} : $1 "
234
+ else
235
+ current_section=" $1 "
236
+ fi
232
237
echo " "
233
238
echo " ******************************************************************"
234
- echo " * $1 "
239
+ echo " * $current_section "
235
240
printf " * " ; date
236
241
echo " ******************************************************************"
237
- current_section=$1
238
242
}
239
243
240
244
armc6_build_test ()
@@ -1238,6 +1242,7 @@ run_component () {
1238
1242
if [ $ALL_EXCEPT -ne 0 ] && component_is_excluded " $1 " ; then
1239
1243
return
1240
1244
fi
1245
+ current_component=" $1 "
1241
1246
" $@ "
1242
1247
cleanup
1243
1248
}
You can’t perform that action at this time.
0 commit comments