From f4aaf4ee04f65aaa4ce7a333cbbc977c313b53a0 Mon Sep 17 00:00:00 2001 From: groot Date: Tue, 5 Oct 2021 12:26:02 +0800 Subject: [PATCH] [skip ci] Modify description of script (#9254) Signed-off-by: groot --- scripts/run_cpp_unittest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"