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

Hotfix/sangshuduo/fix test script as jeff suggestions
This commit is contained in:
Shengliang Guan 2020-06-01 14:04:05 +08:00 committed by GitHub
commit acb6ec78ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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