diff options
author | Jose <jose@zeroc.com> | 2019-07-26 17:13:35 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-07-26 17:14:26 +0200 |
commit | f15311250f20c8fa034ad1b2aacef53c4c390598 (patch) | |
tree | 97d36cf0d08dd545eda6eeb41d7178c68e33b78b /cpp/test/IceGrid/admin/run.py | |
parent | Fix for python builds (diff) | |
download | ice-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-x | cpp/test/IceGrid/admin/run.py | 2 |
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") |