From b089392f988eaa7eed098751596bb12a846d447b Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Thu, 18 Nov 2010 11:43:34 -0800 Subject: Maint: Modified "rake spec" so that it prints full backtraces. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8e21cebd9..22d4a9aeb 100644 --- a/Rakefile +++ b/Rakefile @@ -43,7 +43,7 @@ desc "Create the tarball and the gem - use when releasing" task :puppetpackages => [:create_gem, :package] Spec::Rake::SpecTask.new do |t| - t.spec_opts = ['--format','s', '--loadby','mtime','--color'] + t.spec_opts = ['--format','s', '--loadby','mtime','--color', '--backtrace'] t.pattern ='spec/{unit,integration}/**/*.rb' t.fail_on_error = false end -- cgit