We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4940e48 commit ca3ccedCopy full SHA for ca3cced
artiq/test/test_ctlmgr.py
@@ -60,8 +60,9 @@ def test_start_ping_stop_controller(self):
60
"type": "controller",
61
"host": "::1",
62
"port": 3253,
63
- "command": sys.executable + " -m artiq.frontend.lda_controller "
64
- "-p {port} --simulation"
+ "command": (sys.executable.replace("\\", "\\\\")
+ + " -m artiq.frontend.lda_controller "
65
+ + "-p {port} --simulation")
66
}
67
async def test():
68
await self.start("lda_sim", entry)
0 commit comments