Skip to content

Commit 0b64c68

Browse files
committed
fixup! ci: add GH workflow
1 parent 41046ca commit 0b64c68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_appmap/test/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def __init__(self, info: ServerInfo, controldir, xprocess):
178178
# In the meantime, pass the desired directory to server_runner, which
179179
# will handle changing the working directory.
180180
self._args = [
181+
"bash",
181182
(Path(__file__).parent / "bin" / "server_runner").as_posix(),
182183
(Path(__file__).parent / "data" / info.name).as_posix(),
183184
f"{Path(sys.executable).as_posix()} {info.cmd}",

0 commit comments

Comments
 (0)