Skip to content

Commit

Permalink
print output
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 committed Dec 12, 2024
1 parent dcc294b commit 65952cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/new-e2e/tests/installer/unix/all_packages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ func (s *packageBaseSuite) RunInstallScript(params ...string) {
playbookPath := s.writeAnsiblePlaybook(env, params...)

// Run the playbook
s.Env().RemoteHost.MustExecute(fmt.Sprintf("%sansible-playbook -vvv %s", ansiblePrefix, playbookPath))

output := s.Env().RemoteHost.MustExecute(fmt.Sprintf("%sansible-playbook -vvv %s", ansiblePrefix, playbookPath))
fmt.Println("Ansible output should be scrubbed: ", output)
// touch install files for compatibility
s.Env().RemoteHost.MustExecute("touch /tmp/datadog-installer-stdout.log")
s.Env().RemoteHost.MustExecute("touch /tmp/datadog-installer-stderr.log")
Expand Down

0 comments on commit 65952cc

Please sign in to comment.