mirror of https://github.com/m-labs/artiq.git
fix test_ctlmgr
This commit is contained in:
parent
d95c7de777
commit
e7382f4753
|
@ -61,7 +61,7 @@ class ControllerCase(unittest.TestCase):
|
|||
"host": "::1",
|
||||
"port": 3253,
|
||||
"command": (sys.executable.replace("\\", "\\\\")
|
||||
+ " -m artiq.frontend.lda_controller "
|
||||
+ " -m artiq.frontend.aqctl_lda "
|
||||
+ "-p {port} --simulation")
|
||||
}
|
||||
async def test():
|
||||
|
|
Loading…
Reference in New Issue