diff options
Diffstat (limited to 'cpp')
-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") |