From da7f01eec221624d682ef28df1f75d8741a39d70 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Mon, 26 Feb 2024 11:14:13 +0300 Subject: [PATCH] Update aut.py --- test/e2e/driver/aut.py | 1 + 1 file changed, 1 insertion(+) 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}',