Skip to content

Commit

Permalink
Merge branch 'develop' into enable-agentupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Jul 18, 2023
2 parents d7ffa8e + 6862673 commit 1871245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/orchestrator/lib/agent_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def _setup_node(self, install_test_agent: bool) -> None:
# Extract the tarball and execute the install scripts
#
log.info('Installing tools on the test node')
command = f"tar xf {target_path/tarball_path.name} && ~/bin/install-tools"
command = f"tar xvf {target_path/tarball_path.name} && ~/bin/install-tools"
log.info("Remote command [%s] completed:\n%s", command, self.context.ssh_client.run_command(command))

if self.context.is_vhd:
Expand Down

0 comments on commit 1871245

Please sign in to comment.