From 9e0c1e70ff256eb05ad29d2fa8252b6219cb3659 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Wed, 17 Apr 2019 16:31:16 +0000 Subject: [PATCH] test(all): Add additional log messages Change-Id: I2e5478302960d8125e961f4e1c45054b926c7597 Signed-off-by: E. Scott Daniels --- test/run_all_test.ksh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run_all_test.ksh b/test/run_all_test.ksh index b56246d..d195d46 100644 --- a/test/run_all_test.ksh +++ b/test/run_all_test.ksh @@ -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" -- 2.16.6