From c13ff3f879a145715217efd08e59d311ab6cbe83 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 3 Aug 2019 15:23:16 +0900 Subject: [PATCH] test: break nohang --- nohang | 2 -- 1 file changed, 2 deletions(-) diff --git a/nohang b/nohang index bb44c0d..c37fb6c 100755 --- a/nohang +++ b/nohang @@ -16,8 +16,6 @@ from signal import signal, SIGKILL, SIGTERM, SIGINT, SIGQUIT, SIGHUP # define functions -exit(1) - def check_config(): """ """