We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51f20f4 + c886193 commit 6bc65f7Copy full SHA for 6bc65f7
spec/spec_helper_acceptance.rb
@@ -38,6 +38,10 @@
38
end
39
40
agents.each do |agent|
41
+ step "Emit CommonProgramFiles environment variable"
42
+ program_files = agent.get_env_var('ProgramFiles').split('=')[1]
43
+ agent.add_env_var('CommonProgramFiles', "#{program_files}\\Common Files")
44
+
45
step "Install sqlserver module to agent #{agent.node_name}"
46
result = on agent, "echo #{agent['distmoduledir']}"
47
target = result.raw_output.chomp
0 commit comments