aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-02-23 15:46:12 +0000
committerPeter Maydell <peter.maydell@linaro.org>2018-02-23 18:18:45 +0000
commit3c43ccecb3fa76391dc9f96181c165e0ae72ae7e (patch)
tree3a369890e75134fb848643eb1372ca4f158a01af
parent8ccaf08891751d9198dfbc088b0b1d8ea7147c17 (diff)
contrib/run_risu.sh: add a visual cue for a clean-run
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> Message-id: 20180223154613.2096-8-alex.bennee@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rwxr-xr-xcontrib/run_risu.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/run_risu.sh b/contrib/run_risu.sh
index 53439be..ac3e162 100755
--- a/contrib/run_risu.sh
+++ b/contrib/run_risu.sh
@@ -59,6 +59,8 @@ if test ${#failed[@]} -gt 0; then
for f in "${failed[@]}"; do
echo "$f"
done
+else
+ echo "No Failures ;-)"
fi
exit ${#failed[@]}