Commit 09b597df authored by Marius Rackwitz's avatar Marius Rackwitz

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

parent 57c0ff9f
Subproject commit c05bd4dfaba58359a376a8bdee56ef4743d23aba Subproject commit 332f23093c7ff2a577c495a2e4c04164e8ed63d3
...@@ -103,6 +103,7 @@ describe_cli 'pod' do ...@@ -103,6 +103,7 @@ describe_cli 'pod' do
'--no-ansi', '--no-ansi',
] ]
s.replace_path ROOT.to_s, 'ROOT' s.replace_path ROOT.to_s, 'ROOT'
s.replace_path `which git`.chomp, 'GIT_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