Fixed start test
This commit is contained in:
parent
558dfb8ced
commit
cf5ae89884
@ -9,4 +9,4 @@ class StartTestThread(threading.Thread):
|
|||||||
self._is_dev = is_dev
|
self._is_dev = is_dev
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
CLICommands.start(is_dev=self._is_dev)
|
CLICommands.start(is_dev=self._is_dev, output=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user