mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-06 08:40:05 +01:00
run tests with offscreen plugin
This commit is contained in:
parent
cdef035e74
commit
1edaceec4b
|
|
@ -8,7 +8,7 @@ from signal import SIGINT
|
|||
|
||||
class TestBase(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.gui = subprocess.Popen([defs.GUI_PATH, '-p', '19544', '--reset-preferences'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||
self.gui = subprocess.Popen([defs.GUI_PATH, '-p', '19544', '--reset-preferences', '-platform', 'offscreen'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||
|
||||
# wait for the SCPI server to become available
|
||||
timeout = time.time() + 3;
|
||||
|
|
|
|||
Loading…
Reference in a new issue