mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Cosmetic improvement
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user