summaryrefslogtreecommitdiff
path: root/scripts/TestController.py
diff options
context:
space:
mode:
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():
#