It saves you from having to check the status code or wonder if the
errors just scrolled off your screen.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
contrib/run_risu.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/run_risu.sh b/contrib/run_risu.sh
index 2d1897a..fc69d83 100755
--- a/contrib/run_risu.sh
+++ b/contrib/run_risu.sh
@@ -61,6 +61,8 @@ if test ${#failed[@]} -gt 0; then
for f in "${failed[@]}"; do
echo "$f"
done
+else
+ echo "No Failures ;-)"
fi
exit ${#failed[@]}
--
2.15.1