Skip to content
Snippets Groups Projects
Commit 63274b9c authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

tests/containers.py: Remove duplicated code

parent dc2302f2
No related branches found
No related tags found
No related merge requests found
......@@ -207,9 +207,6 @@ class TestContainers(BaseTest):
for multiarch in ('i386-linux-gnu', 'x86_64-linux-gnu'):
for tool in ('capsule-capture-libs', 'capsule-symbols'):
exe = multiarch + '-' + tool
tool_path = os.path.join(cls.pv_dir, 'bin', exe)
exe = multiarch + '-' + tool
tool_path = os.path.join(cls.pv_dir, 'bin', exe)
found = shutil.which(exe)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment