From e7382f47530d74aa1de6442832012c7d9e4b09d5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 22 May 2017 15:04:46 +0800 Subject: [PATCH] fix test_ctlmgr --- artiq/test/test_ctlmgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/test_ctlmgr.py b/artiq/test/test_ctlmgr.py index 366415830..825fad38c 100644 --- a/artiq/test/test_ctlmgr.py +++ b/artiq/test/test_ctlmgr.py @@ -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():