diff options
Diffstat (limited to 'test/run.py')
-rwxr-xr-x | test/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run.py b/test/run.py index da461e8de7a..e7563175e09 100755 --- a/test/run.py +++ b/test/run.py @@ -51,6 +51,7 @@ pip_tools_version = "6.6.0" # Compiled pip requirements file pip_compiled_requirements_file = os.path.join(test_dir, "requirements-3.txt") + # Gracefully exit after executing cleanup scripts # upon receiving a SIGINT or SIGTERM def handler(signum, frame): |