diff --git a/artiq/test/test_frontends.py b/artiq/test/test_frontends.py index caef4839c..3dc1a6b87 100644 --- a/artiq/test/test_frontends.py +++ b/artiq/test/test_frontends.py @@ -9,7 +9,7 @@ class TestFrontends(unittest.TestCase): """Test --help as a simple smoke test against catastrophic breakage.""" commands = { "aqctl": [ - "corelog", "moninj_proxy" + "corelog", "moninj_proxy", "coreanalyzer_proxy" ], "artiq": [ "client", "compile", "coreanalyzer", "coremgmt",