summaryrefslogtreecommitdiff
path: root/scripts/TestController.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-05-06 14:05:41 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-05-06 14:05:41 +0200
commitd8617dcd8dc79e135be0cc9cc534a43d5b328c0e (patch)
tree1ac14bcb49ec34734c90d0c9c719169331b3c68a /scripts/TestController.py
parentICE-6483 upgrade to gradle 2.4 (diff)
downloadice-d8617dcd8dc79e135be0cc9cc534a43d5b328c0e.tar.bz2
ice-d8617dcd8dc79e135be0cc9cc534a43d5b328c0e.tar.xz
ice-d8617dcd8dc79e135be0cc9cc534a43d5b328c0e.zip
Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixes
Diffstat (limited to 'scripts/TestController.py')
-rw-r--r--scripts/TestController.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/TestController.py b/scripts/TestController.py
index cb6597b4948..d56900f7ff7 100644
--- a/scripts/TestController.py
+++ b/scripts/TestController.py
@@ -61,6 +61,7 @@ def signal_handler(signal, frame):
p.terminate()
sys.exit(0)
signal.signal(signal.SIGINT, signal_handler)
+signal.signal(signal.SIGTERM, signal_handler)
if TestUtil.isDarwin():
#