File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
end
39
39
40
40
agents . each do |agent |
41
- step " Emit CommonProgramFiles environment variable"
41
+ # Emit CommonProgramFiles environment variable
42
42
program_files = agent . get_env_var ( 'ProgramFiles' ) . split ( '=' ) [ 1 ]
43
43
agent . add_env_var ( 'CommonProgramFiles' , "#{ program_files } \\ Common Files" )
44
44
45
- step " Install sqlserver module to agent #{ agent . node_name } "
45
+ # Install sqlserver module to agent
46
46
result = on agent , "echo #{ agent [ 'distmoduledir' ] } "
47
47
target = result . raw_output . chomp
48
48
proj_root = File . expand_path ( File . join ( File . dirname ( __FILE__ ) , '..' ) )
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ def base_install(sql_version)
91
91
}
92
92
end
93
93
host = find_only_one ( 'sql_host' )
94
- step " Mount the ISO on the aggent #{ host . node_name } "
94
+ # Mount the ISO on the agent
95
95
mount_iso ( host , iso_opts )
96
- step " Install Microsoft SQL #{ sql_version } on the agent #{ host . node_name } before running any tests"
96
+ # Install Microsoft SQL on the agent before running any tests
97
97
install_sqlserver ( host , { :features => 'SQL' } )
98
98
end
You can’t perform that action at this time.
0 commit comments