summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/admin/run.py
diff options
context:
space:
mode:
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")