mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
replace with_clean_env with with_unbundled_env (#12615)
This commit is contained in:
parent
3fb12747f5
commit
023e11a8e2
4 changed files with 8 additions and 8 deletions
|
@ -41,7 +41,7 @@ describe "Pack the dependencies", :integration => true do
|
|||
FileUtils.rm_rf(bundler_config)
|
||||
FileUtils.rm_rf(vendor_path)
|
||||
|
||||
Bundler.with_clean_env do
|
||||
Bundler.with_unbundled_env do
|
||||
Dir.chdir(path) do
|
||||
system(bundler_cmd)
|
||||
system(rake_cmd)
|
||||
|
@ -69,7 +69,7 @@ describe "Pack the dependencies", :integration => true do
|
|||
FileUtils.rm_rf(bundler_config)
|
||||
FileUtils.rm_rf(vendor_path)
|
||||
|
||||
Bundler.with_clean_env do
|
||||
Bundler.with_unbundled_env do
|
||||
Dir.chdir(path) do
|
||||
system(bundler_cmd)
|
||||
system(rake_cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue