diff --git a/lib/core/testing.py b/lib/core/testing.py index ab502ba7f..0b72fd39f 100644 --- a/lib/core/testing.py +++ b/lib/core/testing.py @@ -265,7 +265,7 @@ def runCase(switches=None, parse=None): try: result = start() except KeyboardInterrupt: - raise + pass except SqlmapBaseException, e: handled_exception = e except Exception, e: