Update test output to only show progress

This commit is contained in:
Chris Roberts 2023-07-28 10:24:59 -07:00
parent 7824c2dad2
commit 2170136c37
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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?