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 <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-05-03 16:57:59 -07:00
parent 91b13bd105
commit 773c0f6a94

View File

@ -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