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