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:
commit
acb6ec78ed
|
@ -95,7 +95,7 @@ else
|
||||||
if [ -n "$PID" ]; then
|
if [ -n "$PID" ]; then
|
||||||
if [ "$SIGNAL" = "SIGINT" ]; then
|
if [ "$SIGNAL" = "SIGINT" ]; then
|
||||||
echo killed by signal
|
echo killed by signal
|
||||||
kill -sigint $PID
|
kill -SIGINT $PID
|
||||||
else
|
else
|
||||||
kill -9 $PID
|
kill -9 $PID
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue