diff options
author | Max Romanov <max.romanov@nginx.com> | 2021-11-09 15:48:44 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2021-11-09 15:48:44 +0300 |
commit | 506ec2b8258cfe03d0d7e3b19eb79d1075a6174c (patch) | |
tree | ec619b5e7d8ce86903922593ff43e63d1a2f1264 /test/test_tls.py | |
parent | e207415a78ae67b937faf7e5bcd6e5192993180a (diff) | |
download | unit-506ec2b8258cfe03d0d7e3b19eb79d1075a6174c.tar.gz unit-506ec2b8258cfe03d0d7e3b19eb79d1075a6174c.tar.bz2 |
Tests: app prototype related fixes.
Diffstat (limited to '')
-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( |