Skip to content

Commit 546ca4a

Browse files
committed
Fix RunIOSSimulatorTests.test_370_tns_run_plugin_add
1 parent f3513a0 commit 546ca4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/simulator/run_ios_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ def test_370_tns_run_plugin_add(self):
320320
`tns run ios` should do full rebuild after plugin is added.
321321
"""
322322
# `tns run ios` and wait until app is deployed
323-
log = Tns.run_ios(attributes={'--path': self.app_name, '--emulator': ''}, wait=False, assert_success=False)
323+
log = Tns.run_ios(attributes={'--path': self.app_name, '--emulator': ''}, wait=False, assert_success=False,
324+
log_trace=True)
324325
strings = ['Project successfully built', 'Successfully installed on device with identifier', self.SIMULATOR_ID]
325326
Tns.wait_for_log(log_file=log, string_list=strings, timeout=150, check_interval=10)
326327

0 commit comments

Comments
 (0)