Skip to content

Commit 591d247

Browse files
committed
chore: Fixing integration tests
1 parent 90a3f80 commit 591d247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/infra/agent/integrationTests_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dockerfile_lines:
33
- ADD https://download.newrelic.com/infrastructure_agent/windows/newrelic-infra.msi newrelic-infra.msi
44
- RUN $p = Start-Process msiexec.exe -ArgumentList '/a','newrelic-infra.msi','/qn','TARGETDIR=C:\' -Wait -PassThru; if ($p.ExitCode -ne 0) { exit $p.ExitCode }
5-
- COPY tasks/infra/config/fixtures/minimal_infra_config/newrelic-infra.yml "C:/Program Files/New Relic/newrelic-infra/newrelic-infra.yml"
5+
- COPY ["tasks/infra/config/fixtures/minimal_infra_config/newrelic-infra.yml", "C:/Program Files/New Relic/newrelic-infra/newrelic-infra.yml"]
66
log_entry_expected:
77
- Info.*Infra/Agent/Version.*
88
log_entry_not_expected:

0 commit comments

Comments
 (0)