Commit b26f26ba authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Rakefile] Stream output when rebuilding integration specs

parent debde386
...@@ -200,8 +200,7 @@ begin ...@@ -200,8 +200,7 @@ begin
title 'Running Integration tests' title 'Running Integration tests'
sh 'rm -rf spec/cocoapods-integration-specs/tmp' sh 'rm -rf spec/cocoapods-integration-specs/tmp'
title 'Building all the fixtures' title 'Building all the fixtures'
puts `bundle exec bacon spec/integration.rb` sh 'bundle exec bacon spec/integration.rb' do end
title 'Storing fixtures' title 'Storing fixtures'
# Copy the files to the files produced by the specs to the after folders # Copy the files to the files produced by the specs to the after folders
FileList['tmp/*'].each do |source| FileList['tmp/*'].each do |source|
......
Subproject commit 49ee20df77669019fc4dd8d31b2e48ca6b2b0c5d Subproject commit 25e0258d62cf80ba2d6a54ed399fd0b3fb92bcb4
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