mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Cosmetic improvement
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
f6e6df9dbf
commit
b51051f1c7
@ -147,7 +147,11 @@ compare_builds () {
|
||||
failed="$failed $suite"
|
||||
fi
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user