Cosmetic improvement

Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
Manuel Pégourié-Gonnard
2022-10-18 12:10:45 +02:00
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