Commit 33452e26 authored by Marius Rackwitz's avatar Marius Rackwitz

Merge pull request #2785 from CocoaPods/seg-integration-execution-output

[IntegrationSpec] Compare execution_output.txt
parents 92ab61e9 baa9233c
Subproject commit c05bd4dfaba58359a376a8bdee56ef4743d23aba
Subproject commit 517f42bd10bcefdc89803c6a1656d4009758eee1
......@@ -82,9 +82,6 @@ CLIntegracon.configure do |c|
# Ignore xcuserdata
c.ignores %r{/xcuserdata/}
# TODO The output from the caches changes on Travis
c.ignores 'execution_output.txt'
# Needed for some test cases
c.ignores 'Reachability.podspec'
c.ignores 'PodTest-hg-source/**'
......@@ -106,6 +103,8 @@ describe_cli 'pod' do
'--no-ansi',
]
s.replace_path ROOT.to_s, 'ROOT'
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'
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