Skip to content

Commit 1f6052f

Browse files
committed
fix merge conflict
1 parent bbed430 commit 1f6052f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

qa/rspec/commands/base.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,10 @@ def stop_service(service)
6969
service_manager(service, "stop")
7070
end
7171

72-
<<<<<<< HEAD
7372
def run_command(cmd)
74-
response = nil
75-
response = sudo_exec!("JARS_SKIP='true' #{cmd}")
76-
response
77-
=======
78-
def run_sudo_command(cmd)
7973
sudo_exec!("#{ENV_CLEANUP} JARS_SKIP='true' #{cmd}")
8074
end
8175

82-
def run_command(cmd)
83-
exec!("#{ENV_CLEANUP} JARS_SKIP='true' #{cmd}")
84-
>>>>>>> 7e9c38455 (Use gradle and bundled jruby for acceptance tests orchestration (#18536))
85-
end
86-
8776
def replace_in_gemfile(pattern, replace)
8877
gemfile = File.join(LOGSTASH_PATH, "Gemfile")
8978
cmd = "sed -i.sedbak 's/#{pattern}/#{replace}/' #{gemfile}"

0 commit comments

Comments
 (0)