mirror of
https://github.com/hashicorp/vagrant.git
synced 2025-12-18 15:46:05 -05:00
Update test output to only show progress
This commit is contained in:
parent
7824c2dad2
commit
2170136c37
2 changed files with 1 additions and 2 deletions
|
|
@ -4,6 +4,5 @@ require 'rspec/core/rake_task'
|
|||
namespace :test do
|
||||
RSpec::Core::RakeTask.new(:unit) do |t|
|
||||
t.pattern = "test/unit/**/*_test.rb"
|
||||
t.rspec_opts = "--color --format documentation"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ VAGRANT_TEST_CWD = Dir.mktmpdir("vagrant-test-cwd")
|
|||
|
||||
# Configure RSpec
|
||||
RSpec.configure do |c|
|
||||
#c.formatter = :progress
|
||||
c.formatter = :progress
|
||||
c.color_mode = :on
|
||||
|
||||
if Vagrant::Util::Platform.windows?
|
||||
|
|
|
|||
Loading…
Reference in a new issue