X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frun_all_test.ksh;h=d195d46ff079efd26e443f1ae35a5c263f8b2602;hb=08aee4ae090afcf804aaa33d219c224ac2e8d399;hp=b56246d761088372c4a9f82129cda959a8e5bf6d;hpb=11642d9a34d6f26ebfe019550301bc5d1fa492ef;p=ric-plt%2Flib%2Frmr.git 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"