未验证 提交 acb6ec78 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2093 from taosdata/hotfix/sangshuduo/fix-test-script-as-jeff-suggestions

Hotfix/sangshuduo/fix test script as jeff suggestions
......@@ -95,7 +95,7 @@ else
if [ -n "$PID" ]; then
if [ "$SIGNAL" = "SIGINT" ]; then
echo killed by signal
kill -sigint $PID
kill -SIGINT $PID
else
kill -9 $PID
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册