fix test_ctlmgr

This commit is contained in:
Sebastien Bourdeauducq 2017-05-22 15:04:46 +08:00
parent d95c7de777
commit e7382f4753
1 changed files with 1 additions and 1 deletions

View File

@ -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():