Skip to content
Snippets Groups Projects
Commit 9bbf8ed0 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Remove unused include_dbd arg for Wrapper

parent fbcbfb95
No related branches found
No related tags found
1 merge request!204E3-1746: Add tests for init and clean targets
......@@ -28,7 +28,6 @@ class Wrapper:
tmp_test_dir: Path,
*,
name: str = None,
include_dbd: bool = True,
**kwargs,
):
epics_base = Path(os.environ["EPICS_BASE"])
......@@ -74,8 +73,7 @@ class Wrapper:
self._add_root_makefile(module_path, e3_require_config)
self._add_module_makefile()
if include_dbd:
self.add_file("test.dbd")
self.add_file("test.dbd")
def _add_root_makefile(self, module_path, e3_require_config) -> None:
makefile_contents = f"""
......
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