test(all): Add additional log messages 63/63/1
authorE. Scott Daniels <daniels@research.att.com>
Wed, 17 Apr 2019 16:31:16 +0000 (16:31 +0000)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 17 Apr 2019 16:31:16 +0000 (16:31 +0000)
Change-Id: I2e5478302960d8125e961f4e1c45054b926c7597
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
test/run_all_test.ksh

index b56246d..d195d46 100644 (file)
@@ -125,6 +125,7 @@ PATH=$PATH:.
 export LD_LIBRARY_PATH=/usr/local/lib
 export C_INCLUDE_PATH=../.build/include                        # must reference nano/nng from the build tree
 
+log_it "[INFO] unit testing starts"
 (
        set -e
        cd test
@@ -135,6 +136,7 @@ export C_INCLUDE_PATH=../.build/include                     # must reference nano/nng from the bui
 rc=$?
 err_cat $rc /tmp/utest.log
 abort_on_err $rc "unit tests failed"
+log_it "[OK]   unit testing passes"
 
 echo ""
 log_it "[PASS]  all testing successful"