diff options
Diffstat (limited to 'test/test_tls.py')
-rw-r--r-- | test/test_tls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tls.py b/test/test_tls.py index a91a3760..d2d71141 100644 --- a/test/test_tls.py +++ b/test/test_tls.py @@ -591,7 +591,7 @@ basicConstraints = critical,CA:TRUE""" subprocess.call(['kill', '-9', app_id]) - skip_alert(r'process %s exited on signal 9' % app_id) + skip_alert(r'process .* %s.* exited on signal 9' % app_id) self.wait_for_record( re.compile( |