From 773c0f6a947cbb09804ddd275d6bafe8e6c530cf Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 3 May 2017 16:57:59 -0700 Subject: [PATCH] unittest.sh: print a message if all tests passed Make it clear to humans (who may not be looking at the return code) that the tests all passed if unittest.sh makes it to the end. Change-Id: I113961584773ae310f8f415dc54323d6854f523b Signed-off-by: Daniel Verkamp --- unittest.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/unittest.sh b/unittest.sh index fe0a8db1e..aa3428b4d 100755 --- a/unittest.sh +++ b/unittest.sh @@ -51,3 +51,13 @@ test/lib/iscsi/pdu/pdu $valgrind test/lib/util/bit_array/bit_array_ut $valgrind test/lib/util/io_channel/io_channel_ut $valgrind test/lib/util/string/string_ut + +set +x + +echo +echo +echo "=====================" +echo "All unit tests passed" +echo "=====================" +echo +echo