summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/admin/run.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-07-26 17:13:35 +0200
committerJose <jose@zeroc.com>2019-07-26 17:14:26 +0200
commitf15311250f20c8fa034ad1b2aacef53c4c390598 (patch)
tree97d36cf0d08dd545eda6eeb41d7178c68e33b78b /cpp/test/IceGrid/admin/run.py
parentFix for python builds (diff)
downloadice-f15311250f20c8fa034ad1b2aacef53c4c390598.tar.bz2
ice-f15311250f20c8fa034ad1b2aacef53c4c390598.tar.xz
ice-f15311250f20c8fa034ad1b2aacef53c4c390598.zip
use SIGTERM to terminate glacier2router
Diffstat (limited to 'cpp/test/IceGrid/admin/run.py')
-rwxr-xr-xcpp/test/IceGrid/admin/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/admin/run.py b/cpp/test/IceGrid/admin/run.py
index 307c2a0f7e0..54000d5a8f2 100755
--- a/cpp/test/IceGrid/admin/run.py
+++ b/cpp/test/IceGrid/admin/run.py
@@ -245,7 +245,7 @@ print("ok")
sys.stdout.write("stopping glacier2... ")
sys.stdout.flush()
-routerProc.kill(signal.SIGINT)
+routerProc.kill(signal.SIGTERM)
routerProc.waitTestSuccess()
print("ok")