Tests: fixing tests interrupt in terminal.
KeyboardInterrupt re-raised.
This commit is contained in:
@@ -486,6 +486,10 @@ basicConstraints = critical,CA:TRUE"""
|
||||
resp = self.get_ssl(
|
||||
headers={'Host': 'localhost', 'Connection': 'close'}, sock=sock
|
||||
)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
raise
|
||||
|
||||
except:
|
||||
resp = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user