Commit 773c0f6a authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 91b13bd1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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