From 7a924a11e739cffecc56ebbac6d6d2cdb206cf0f Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 12 Aug 2021 11:29:18 +0800 Subject: [PATCH] add some log --- tests/test-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-all.sh b/tests/test-all.sh index c179811ce6..1753da3d36 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -26,6 +26,7 @@ function dohavecore(){ corefile=`find $corepath -mmin 1` core_file=`echo $corefile|cut -d " " -f2` proc=`file $core_file|awk -F "execfn:" '/execfn:/{print $2}'|tr -d \' |awk '{print $1}'|tr -d \,` + echo $core_file,$corefile if [ -n "$corefile" ];then echo 'taosd or taos has generated core' rm case.log