We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbed430 commit 1f6052fCopy full SHA for 1f6052f
qa/rspec/commands/base.rb
@@ -69,21 +69,10 @@ def stop_service(service)
69
service_manager(service, "stop")
70
end
71
72
-<<<<<<< HEAD
73
def run_command(cmd)
74
- response = nil
75
- response = sudo_exec!("JARS_SKIP='true' #{cmd}")
76
- response
77
-=======
78
- def run_sudo_command(cmd)
79
sudo_exec!("#{ENV_CLEANUP} JARS_SKIP='true' #{cmd}")
80
81
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
-
87
def replace_in_gemfile(pattern, replace)
88
gemfile = File.join(LOGSTASH_PATH, "Gemfile")
89
cmd = "sed -i.sedbak 's/#{pattern}/#{replace}/' #{gemfile}"
0 commit comments