diff options
-rw-r--r-- | test/test_vcl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vcl.py b/test/test_vcl.py index 269a96107b2..121b972d954 100644 --- a/test/test_vcl.py +++ b/test/test_vcl.py @@ -215,7 +215,7 @@ class VCLTestCase(VppTestCase): os.killpg(os.getpgid(worker_client.process.pid), signal.SIGKILL) worker_client.join() - except: + except OSError: self.logger.debug( "Couldn't kill client worker process") raise |