Cosmetic improvement
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
f6e6df9dbf
commit
b51051f1c7
1 changed files with 5 additions and 1 deletions
|
@ -147,7 +147,11 @@ compare_builds () {
|
||||||
failed="$failed $suite"
|
failed="$failed $suite"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
printf "suites with less coverage: %s\n" "$failed"
|
if [ -z "$failed" ]; then
|
||||||
|
printf "No coverage gap found.\n"
|
||||||
|
else
|
||||||
|
printf "Suites with less coverage:%s\n" "$failed"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
populate_suites
|
populate_suites
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue