From d8617dcd8dc79e135be0cc9cc534a43d5b328c0e Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 6 May 2015 14:05:41 +0200 Subject: Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixes --- scripts/TestController.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/TestController.py') 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(): # -- cgit v1.2.3