diff --git a/test/e2e/driver/aut.py b/test/e2e/driver/aut.py index 754e1dd379..b29560b9b9 100644 --- a/test/e2e/driver/aut.py +++ b/test/e2e/driver/aut.py @@ -112,6 +112,7 @@ class AUT: self.port = local_system.find_free_port(configs.squish.AUT_PORT, 100) command = [ str(configs.testpath.SQUISH_DIR / 'bin/startaut'), + '--verbose', f'--port={self.port}', str(self.path), f'-d={self.app_data}',