Merge pull request #20115 from abitrolly/fix-test-linking
Replace hardlinks with symlinks for `brew tests`
This commit is contained in:
commit
b6f3b0439b
@ -252,7 +252,7 @@ RSpec.configure do |config|
|
|||||||
|
|
||||||
# Link original API cache files to test cache directory.
|
# Link original API cache files to test cache directory.
|
||||||
Pathname("#{ENV.fetch("HOMEBREW_CACHE")}/api").glob("*.json").each do |path|
|
Pathname("#{ENV.fetch("HOMEBREW_CACHE")}/api").glob("*.json").each do |path|
|
||||||
FileUtils.ln path, HOMEBREW_CACHE/"api/#{path.basename}"
|
FileUtils.ln_s path, HOMEBREW_CACHE/"api/#{path.basename}"
|
||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user