Commit baa9233c authored by Marius Rackwitz's avatar Marius Rackwitz

[IntegrationSpec] Mask the path of the hg binary in execution_output.txt preemptively

parent 09b597df
Subproject commit 332f23093c7ff2a577c495a2e4c04164e8ed63d3 Subproject commit 517f42bd10bcefdc89803c6a1656d4009758eee1
...@@ -104,6 +104,7 @@ describe_cli 'pod' do ...@@ -104,6 +104,7 @@ describe_cli 'pod' do
] ]
s.replace_path ROOT.to_s, 'ROOT' s.replace_path ROOT.to_s, 'ROOT'
s.replace_path `which git`.chomp, 'GIT_BIN' s.replace_path `which git`.chomp, 'GIT_BIN'
s.replace_path `which hg`.chomp, 'HG_BIN'
s.replace_user_path 'Library/Caches/CocoaPods', 'CACHES_DIR' s.replace_user_path 'Library/Caches/CocoaPods', 'CACHES_DIR'
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment