diff --git a/scripts/run_cpp_unittest.sh b/scripts/run_cpp_unittest.sh index 994e19d56e..cdc805e427 100755 --- a/scripts/run_cpp_unittest.sh +++ b/scripts/run_cpp_unittest.sh @@ -37,7 +37,7 @@ done # run cwrapper unittest if [ -f ${CWRAPPER_UNITTEST} ];then - echo "Running cwrapper unittest ..." + echo "Running cwrapper unittest: ${CWRAPPER_UNITTEST}" ${CWRAPPER_UNITTEST} if [ $? -ne 0 ]; then echo ${CWRAPPER_UNITTEST} " run failed"