Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
33452e26
Commit
33452e26
authored
Nov 06, 2014
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2785 from CocoaPods/seg-integration-execution-output
[IntegrationSpec] Compare execution_output.txt
parents
92ab61e9
baa9233c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
integration.rb
spec/integration.rb
+2
-3
No files found.
cocoapods-integration-specs
@
517f42bd
Subproject commit
c05bd4dfaba58359a376a8bdee56ef4743d23aba
Subproject commit
517f42bd10bcefdc89803c6a1656d4009758eee1
spec/integration.rb
View file @
33452e26
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment