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
252f7055
Commit
252f7055
authored
Aug 25, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IntegrationSpecs] Ignore curl progress output
parent
deefeaf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
integration.rb
spec/integration.rb
+11
-2
No files found.
cocoapods-integration-specs
@
748ad0da
Subproject commit
964bcae651605ad37cc20897e1ad1a6e84e86a2b
Subproject commit
748ad0dac4f5660eba1d191efa89e0fc8d791b0e
spec/integration.rb
View file @
252f7055
...
@@ -124,16 +124,25 @@ describe_cli 'pod' do
...
@@ -124,16 +124,25 @@ describe_cli 'pod' do
s
.
replace_path
`which git`
.
chomp
,
'GIT_BIN'
s
.
replace_path
`which git`
.
chomp
,
'GIT_BIN'
s
.
replace_path
`which hg`
.
chomp
,
'HG_BIN'
if
has_mercurial
s
.
replace_path
`which hg`
.
chomp
,
'HG_BIN'
if
has_mercurial
s
.
replace_path
`which bash`
.
chomp
,
'BASH_BIN'
s
.
replace_path
`which bash`
.
chomp
,
'BASH_BIN'
s
.
replace_path
`which curl`
.
chomp
,
'CURL_BIN'
s
.
replace_user_path
'Library/Caches/CocoaPods'
,
'CACHES_DIR'
s
.
replace_user_path
'Library/Caches/CocoaPods'
,
'CACHES_DIR'
s
.
replace_pattern
/
#{
Dir
.
tmpdir
}
\/[\w-]+/i
,
'TMPDIR'
s
.
replace_pattern
/
#{
Dir
.
tmpdir
}
\/[\w-]+/i
o
,
'TMPDIR'
s
.
replace_pattern
/\d{4}-\d\d-\d\d \d\d:\d\d:\d\d [-+]\d{4}/
,
'<#DATE#>'
s
.
replace_pattern
/\d{4}-\d\d-\d\d \d\d:\d\d:\d\d [-+]\d{4}/
,
'<#DATE#>'
s
.
replace_pattern
/\(Took \d+.\d+ seconds\)/
,
'(Took <#DURATION#> seconds)'
s
.
replace_pattern
/\(Took \d+.\d+ seconds\)/
,
'(Took <#DURATION#> seconds)'
s
.
replace_path
%r{
s
.
replace_path
%r{
`[^`]*? # The opening backtick on a plugin path
`[^`]*? # The opening backtick on a plugin path
([[[:alnum:]]_+-]+?) # The plugin name
([[[:alnum:]]_+-]+?) # The plugin name
(- ([[:xdigit:]]+ |
#{
Gem
::
Version
::
VERSION_PATTERN
}
))? # The version or SHA
(- ([[:xdigit:]]+ |
#{
Gem
::
Version
::
VERSION_PATTERN
}
))? # The version or SHA
/lib/cocoapods_plugin.rb # The actual plugin file that gets loaded
/lib/cocoapods_plugin.rb # The actual plugin file that gets loaded
}ix
,
'`\1/lib/cocoapods_plugin.rb'
}iox
,
'`\1/lib/cocoapods_plugin.rb'
s
.
replace_pattern
%r{
^(
\s
*
\$
\s
(CURL_BIN |
#{
`which curl`
.
strip
}
) .*
\n
)
^
\s
* %
\s
* Total .*
\n
^
\s
* Dload
\s
* Upload .*
\n
(^
\s
* [[:cntrl:]] .*
\n
)+
}iox
,
"
\\
1
\n
"
end
end
describe
'Pod install'
do
describe
'Pod install'
do
...
...
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