Skip to content

Commit 3acf0be

Browse files
authored
Merge pull request #201 from ISISComputingGroup/fix_system_tests_remove_log_rotation
Fix system tests by not setting up log rotation
2 parents b2a332f + aa5d7d7 commit 3acf0be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

installation_and_upgrade/ibex_install_utils/install_tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def remove_all_and_install_client_and_server(self):
152152
self._client_tasks.install_ibex_client()
153153
self._server_tasks.upgrade_instrument_configuration()
154154
self._server_tasks.install_shared_scripts_repository()
155-
self._server_tasks.setup_log_rotation()
156155

157156
def run_instrument_tests(self):
158157
"""Run through client and server tests once installation / deployment has completed."""

0 commit comments

Comments
 (0)