From 8d13aeb96c1f0a63c528bbb08e576626a4c57170 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 12 Dec 2019 10:34:44 +0800 Subject: [PATCH] test: run test_help for browser and dashboard --- artiq/test/test_frontends.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/artiq/test/test_frontends.py b/artiq/test/test_frontends.py index 9bafbff4a..c433fca71 100644 --- a/artiq/test/test_frontends.py +++ b/artiq/test/test_frontends.py @@ -7,7 +7,6 @@ import unittest class TestFrontends(unittest.TestCase): def test_help(self): """Test --help as a simple smoke test against catastrophic breakage.""" - # Skip tests for GUI programs on headless CI environments. commands = { "aqctl": [ "corelog" @@ -15,7 +14,7 @@ class TestFrontends(unittest.TestCase): "artiq": [ "client", "compile", "coreanalyzer", "coremgmt", "netboot", "flash", "master", "mkfs", "route", - "rtiomon", "run", "session" + "rtiomon", "run", "session", "browser", "dashboard" ] }