未验证 提交 c65f4afb 编写于 作者: S slguan 提交者: GitHub

Merge pull request #1563 from taosdata/add-testcase-execution-in-ci

Add testcase execution in ci
......@@ -6,8 +6,8 @@ if [ -n "$PID" ]; then
sudo systemctl stop taosd
fi
PID=`ps -ef|grep taosd | grep -v grep | awk '{print $2}'`
PID=`ps -ef|grep -w taosd | grep -v grep | awk '{print $2}'`
if [ -n "$PID" ]; then
echo sudo kill -9 $PID
sudo kill -9 $PID
sudo pkill taosd
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册