Skip to content
Snippets Groups Projects
Commit 13b68c0f authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=10825

i=Scjody

improve the output a bit
parent 78f7d5bd
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,8 @@ usage() { ...@@ -33,8 +33,8 @@ usage() {
print_summary () { print_summary () {
[ -n "$ONLY" ] && echo "WARNING: ONLY is set to ${ONLY}." [ -n "$ONLY" ] && echo "WARNING: ONLY is set to ${ONLY}."
local form="%-13s %-15s %s\n" local form="%-13s %-17s %s\n"
echo "$(printf "$form" "status" "script" "skipped")" echo "$(printf "$form" "status" "script" "skipped tests")"
echo "------------------------------------------------------------------------------------" echo "------------------------------------------------------------------------------------"
for O in $TESTSUITE_LIST; do for O in $TESTSUITE_LIST; do
local skipped="" local skipped=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment