We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41046ca commit 0b64c68Copy full SHA for 0b64c68
1 file changed
_appmap/test/conftest.py
@@ -178,6 +178,7 @@ def __init__(self, info: ServerInfo, controldir, xprocess):
178
# In the meantime, pass the desired directory to server_runner, which
179
# will handle changing the working directory.
180
self._args = [
181
+ "bash",
182
(Path(__file__).parent / "bin" / "server_runner").as_posix(),
183
(Path(__file__).parent / "data" / info.name).as_posix(),
184
f"{Path(sys.executable).as_posix()} {info.cmd}",
0 commit comments