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 merge requests found
......@@ -33,8 +33,8 @@ usage() {
print_summary () {
[ -n "$ONLY" ] && echo "WARNING: ONLY is set to ${ONLY}."
local form="%-13s %-15s %s\n"
echo "$(printf "$form" "status" "script" "skipped")"
local form="%-13s %-17s %s\n"
echo "$(printf "$form" "status" "script" "skipped tests")"
echo "------------------------------------------------------------------------------------"
for O in $TESTSUITE_LIST; do
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