qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH v1 7/8] contrib/run_risu.sh: add a visual cue for a cl


From: Alex Bennée
Subject: [Qemu-arm] [PATCH v1 7/8] contrib/run_risu.sh: add a visual cue for a clean-run
Date: Fri, 23 Feb 2018 15:46:12 +0000

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 <address@hidden>
---
 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 address@hidden -gt 0; then
     for f in "address@hidden"; do
         echo "$f"
     done
+else
+    echo "No Failures ;-)"
 fi
 
 exit address@hidden
-- 
2.15.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]